From 619f9ab0c271bc68c675c733e1f0da9bae3d3a10 Mon Sep 17 00:00:00 2001 From: wen <1455474577@qq.com> Date: Thu, 23 Sep 2021 16:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=BA=E7=AB=99=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=97=B6=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XhpcChargingStationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 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 f666665f..c8ca39f0 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 @@ -171,7 +171,7 @@ reminder_instructions = #{reminderInstructions}, img_id = #{imgId}, station_type = #{stationType}, - station_type = #{operatorIdEvcs} + operator_id_evcs = #{operatorIdEvcs} where charging_station_id = #{chargingStationId}