mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 推送高德
This commit is contained in:
@@ -201,10 +201,12 @@
|
||||
IF(t3.charger_pile_type = '2','3',(IF(t3.speed_type = '1','1','2'))) AS type,
|
||||
t2.business_type as businessType,
|
||||
t2.station_id as stationId,
|
||||
t4.amap_flag as aMapFlag,
|
||||
t2.merchant_id as merchantId
|
||||
from pile_connector_info t1
|
||||
join pile_basic_info t2 on t2.sn = t1.pile_sn
|
||||
join pile_model_info t3 on t3.id = t2.model_id
|
||||
join pile_station_info t4 on t2.station_id = t4.id
|
||||
where t1.del_flag = '0'
|
||||
and t1.pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user