diff --git a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcTerminalMapper.xml b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcTerminalMapper.xml
index 91fe058c..fb3b17e0 100644
--- a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcTerminalMapper.xml
+++ b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcTerminalMapper.xml
@@ -126,6 +126,7 @@
update_time = #{updateTime},
update_by = #{updateBy},
remark = #{remark},
+ operator_id_evcs = #{operatorIdEvcs}
where terminal_id = #{terminalId}
@@ -182,6 +183,9 @@
number
+
+ operator_id_evcs
+
@@ -232,6 +236,9 @@
#{number}
+
+ #{operatorIdEvcs}
+
@@ -243,7 +250,7 @@
ter.serial_number as serialNumber,
ter.gun_status as gunStatus,
ter.work_status as workStatus,
- ter.status as status,
+ ter.status . as status,
ct.name as chargingStationName,
ter.create_time as createTime,
cp.serial_number as pileSerialNumber,