mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 查询充电桩详情
This commit is contained in:
@@ -161,7 +161,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
t2.merchant_name as merchantName,
|
||||
count(t4.id)as gunNum,
|
||||
t1.create_time as registrationTime,
|
||||
IF(t6.charger_pile_type = '2','3',(IF(t6.speed_type = '1','1','2'))) AS pileType
|
||||
IF(t6.charger_pile_type = '2','3',(IF(t6.speed_type = '1','1','2'))) AS chargePortType,
|
||||
t6.model_name as modelName
|
||||
FROM
|
||||
pile_basic_info t1
|
||||
LEFT JOIN pile_merchant_info t2 ON (t2.id = t1.merchant_id and t2.del_flag = '0')
|
||||
|
||||
Reference in New Issue
Block a user