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,