Commit fae4e37c by 郑永强

fix bug

parent 469372ed
......@@ -37,7 +37,7 @@
b.pur_label_id purLabelId,
a.message_count messageCount,
a.create_time createTime,
(select GROUP_CONCAT(distinct ad_news_id SEPARATOR ',') FROM ad_news_group_record WHERE message_statistic_id=a.id) contentFroms,
(select GROUP_CONCAT(distinct content_from SEPARATOR ',') FROM ad_news_group_record WHERE message_statistic_id=a.id) contentFroms,
(SELECT COUNT(1) FROM ad_news_click_record x WHERE x.message_statistic_id=a.id) clickCount,
(SELECT COUNT(DISTINCT wechat_user_id) FROM ad_news_click_record x WHERE x.message_statistic_id=a.id) userCount
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