Commit a6822be1 authored by hezhen's avatar hezhen

123

parent b0f8ae04
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
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`,
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
LEFT JOIN campsite_tag ct ON cst.tag_id = ct.id LEFT JOIN campsite_tag ct ON cst.tag_id = ct.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