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 fb3b17e0..516c7826 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 @@ -250,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, @@ -264,7 +264,8 @@ cp.max_electric_current as maxElectricCurrent, cp.min_electric_current as minElectricCurrent, cp.communication_operator as communicationOperator, - cp.sim_card as simCard + cp.sim_card as simCard, + ter.connector_type as connectorType from xhpc_terminal as ter left join xhpc_charging_pile as cp on cp.charging_pile_id = ter.charging_pile_id left join xhpc_charging_station as ct on ct.charging_station_id = ter.charging_station_id