更新场站列表logo展示
This commit is contained in:
parent
df3aabe287
commit
bc96585170
@ -10,7 +10,7 @@
|
|||||||
cs.name as name,
|
cs.name as name,
|
||||||
ope.name as operatorName,
|
ope.name as operatorName,
|
||||||
cs.address as address,
|
cs.address as address,
|
||||||
(select url from xhpc_img where img_id = cs.img_id and del_flag =0 limit 1) as url,
|
SUBSTRING_INDEX(cs.img_id,',',1) as url,
|
||||||
cs.client_visible as clientVisible,
|
cs.client_visible as clientVisible,
|
||||||
cs.status as status
|
cs.status as status
|
||||||
from xhpc_charging_station as cs
|
from xhpc_charging_station as cs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user