|
|
- select vi.id,vi.name,vi.identification_code,vi.issue_date,vi.modify_time,concat_ws('/', vi.type, vi.img_url) img_url,concat_ws('/', vi.type, vi.video_url) video_url,concat_ws('||', vi.main_who, vi.type) main_who,IFNULL(vio.score, 0) AS score, IFNULL(vio.comment, '暂无评论') AS comment
|
|
|
+ select vi.id,vi.name,vi.identification_code,vi.issue_date,vi.modify_time,concat('步兵/', vi.type,'/', vi.img_url) img_url,concat_ws('/', vi.type, vi.video_url) video_url,concat_ws('||', vi.main_who, vi.type) main_who,IFNULL(vio.score, 0) AS score, IFNULL(vio.comment, '暂无评论') AS comment
|