mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 电单车协议
This commit is contained in:
@@ -308,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