Commit ed9c08ce by 吴博

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

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