From a8e56ef7c6d821151859023f3314cb17d5b47575 Mon Sep 17 00:00:00 2001 From: wen <1455474577@qq.com> Date: Thu, 23 Sep 2021 15:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BA=86=E5=9C=BA=E7=AB=99?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=B7=BB=E5=8A=A0operatorID=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=B8=8E=E5=9C=BA=E7=AB=99=E7=BC=96=E8=BE=91=E6=97=B6?= =?UTF-8?q?operatorID=E5=AD=97=E6=AE=B5=E6=95=B0=E6=8D=AE=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XhpcChargingStationMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcChargingStationMapper.xml b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcChargingStationMapper.xml index 6ab9e7d1..f666665f 100644 --- a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcChargingStationMapper.xml +++ b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcChargingStationMapper.xml @@ -170,7 +170,8 @@ business_instructions = #{businessInstructions}, reminder_instructions = #{reminderInstructions}, img_id = #{imgId}, - station_type = #{stationType} + station_type = #{stationType}, + station_type = #{operatorIdEvcs} where charging_station_id = #{chargingStationId} @@ -215,6 +216,7 @@ select ct.charging_station_id as chargingStationId, ct.name as name, ct.operator_id as operatorId, + ct.operator_id_evcs as operatorIdEvcs, ct.station_type as stationType, op.name as operatorName, ct.type as type,