Commit befb6a3a by zhangdongwei-intern

出版商城社群书信息为空

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