Commit 552a5135 by 吴博

bug: [10025509] 社群记录的群名称不对

parent 78ff7d2b
......@@ -414,13 +414,14 @@
a.second_classify AS secondClassify,
a.grade_label_id AS gradeLabelId,
a.subject_label_id AS subjectLabelId,
null AS price,
c.price AS price,
null relatedBookGroupId,
a.group_type as groupType,
a.group_extLink as groupLink,
a.book_group_classify_id classifyId
FROM
pcloud_group_activity a
left join book_group_classify c on a.book_group_classify_id = c.id
WHERE
a.is_delete = 0 AND a.is_show = 1
AND a.id IN
......
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