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:
@@ -342,7 +342,17 @@
|
||||
t3.organization_code as organizationCode,
|
||||
t1.public_flag as publicFlag,
|
||||
t1.amap_flag as aMapFlag,
|
||||
t1.open_flag as openFlag
|
||||
t1.open_flag as openFlag,
|
||||
t1.park_free as parkFree,
|
||||
t1.support_order as supportOrder,
|
||||
t1.toilet_flag as toiletFlag,
|
||||
t1.store_flag as storeFlag,
|
||||
t1.restaurant_flag as restaurantFlag,
|
||||
t1.lounge_flag as loungeFlag,
|
||||
t1.canopy_flag as canopyFlag,
|
||||
t1.printer_flag as printerFlag,
|
||||
t1.barrier_flag as barrierFlag,
|
||||
t1.parking_lock_flag as parkingLockFlag
|
||||
FROM
|
||||
pile_station_info t1
|
||||
left JOIN pile_basic_info t2 ON t1.id = t2.station_id and t2.del_flag = '0'
|
||||
|
||||
Reference in New Issue
Block a user