更新场站列表logo展示

This commit is contained in:
panshuling321 2022-04-28 14:44:31 +08:00
parent df3aabe287
commit bc96585170

View File

@ -10,7 +10,7 @@
cs.name as name,
ope.name as operatorName,
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.status as status
from xhpc_charging_station as cs