From 2962c59d46d0492b6f34fa416d58d760228a3278 Mon Sep 17 00:00:00 2001
From: little-cat-sweet <2116400472@qq.com>
Date: Sun, 26 Sep 2021 18:06:00 +0800
Subject: [PATCH] Enriching the terminalIdEvcs's task.
---
.../src/main/resources/mapper/XhpcTerminalMapper.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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,