Commit c56dd4a8 authored by libin's avatar libin

Merge branch 'master-seo-fix-feature' into base-modify

parents 6f380d29 9059fa46
...@@ -54,6 +54,10 @@ ...@@ -54,6 +54,10 @@
cs.hot AS `hot`, cs.hot AS `hot`,
cs.crt_time AS `crtTime`, cs.crt_time AS `crtTime`,
cs.concat AS `concat`, cs.concat AS `concat`,
cs.alt AS `alt`,
cs.img_title AS `imgTitle`,
cs.img_keyword AS `imgKeyword`,
cs.img_desc AS `imgDesc`,
REPLACE(GROUP_CONCAT( DISTINCT ct.`name` ),',','|') AS `storeTypeName` REPLACE(GROUP_CONCAT( DISTINCT ct.`name` ),',','|') AS `storeTypeName`
FROM campsite_shop cs FROM campsite_shop cs
LEFT JOIN campsite_shop_tag cst ON cs.id = cst.shop_id LEFT JOIN campsite_shop_tag cst ON cs.id = cst.shop_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment