mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 22:45:05 +08:00
Merge branch 'dev' of http://192.168.2.46:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -261,6 +261,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
t1.sim_id AS simId,
|
||||
t5.iccid AS iccid ,
|
||||
t5.sim_supplier as simSupplier,
|
||||
IF(t4.charger_pile_type = '2','3',(IF(t4.speed_type = '1','1','2'))) AS pileType,
|
||||
t5.operator
|
||||
FROM
|
||||
pile_basic_info t1
|
||||
@@ -307,10 +308,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
t2.pile_connector_code AS pileConnectorCode,
|
||||
t2.status AS connectorStatus,
|
||||
t1.business_type AS businessType,
|
||||
t1.software_protocol AS softwareProtocol
|
||||
t1.software_protocol AS softwareProtocol,
|
||||
IF(t3.charger_pile_type = '2','3',(IF(t3.speed_type = '1','1','2'))) AS chargePortType
|
||||
FROM
|
||||
pile_basic_info t1
|
||||
JOIN pile_connector_info t2 ON t1.sn = t2.pile_sn
|
||||
join pile_model_info t3 on t3.id = t1.model_id
|
||||
WHERE
|
||||
t2.pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user