Commit 9a3c005a by 阮思源

Merge branch 'fix-zdw-1016038' into 'master'

fix-1016038: 出版商城社群书在删除群分类之后查到信息为空

See merge request rays/pcloud-book!224
parents 73a30799 befb6a3a
......@@ -657,11 +657,9 @@
<foreach collection="bookGroupIds" index="i" item="item" open="(" separator="," close=")">
${item}
</foreach>
AND bgc.id is not null
AND b.BOOK_ID is not null
AND b.IS_DELETE = 0
AND bg.IS_DELETE = 0
AND bgc.is_delete = 0
GROUP BY b.BOOK_ID
</select>
......
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