Commit 76188298 authored by liwei's avatar liwei

修改了动态查询接口,增加了点赞查询

parent 52e9156f
......@@ -88,7 +88,9 @@
mi.mem_residence_city,
mi.mem_max_education,
mi.mem_career,
opl.business_id as isLike,
CASE
WHEN opl.business_id IS NOT NULL THEN 1 ELSE 0
END AS isLike,
oi.url AS memAvatar,
GROUP_CONCAT(DISTINCT pic_urls.url ORDER BY pic_urls.url SEPARATOR ',') AS pictureUrls
FROM
......
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