Commit 99d9d461 by 吴博

Merge branch 'fixbug/1024236' into 'master'

bug: [1024236] 书刊权益添加编辑社群点击下一步刷新之后空白

See merge request rays/pcloud-book!782
parents 4ece1861 ed9c08ce
......@@ -191,13 +191,12 @@
LEFT JOIN pcloud_group_activity a ON a.book_group_classify_id = c.id AND c.is_delete = 0
LEFT JOIN book_group_qrcode b on b.classify_id = c.id AND b.is_delete = 0
where
a.is_delete = 0
and c.id IN
c.id IN
<foreach collection="list" item="item" open="(" close=")" separator=",">
${item}
</foreach>
GROUP BY a.id
ORDER BY a.id DESC
GROUP BY c.id
ORDER BY c.id DESC
</select>
<select id="getByIds" resultType="com.pcloud.book.skill.dto.GroupActivity4AppletDTO">
......
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