Commit 37099229 by 吴博

bug: [1024240] 权益页面接口报错

parent 4762ddda
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
INNER JOIN book_group_qrcode b on b.classify_id = c.id AND b.is_delete = 0 INNER JOIN book_group_qrcode b on b.classify_id = c.id AND b.is_delete = 0
INNER JOIN book_group d ON c.book_group_id = d.id INNER JOIN book_group d ON c.book_group_id = d.id
WHERE WHERE
a.is_delete = 0 AND a.is_show = 1 a.is_delete = 0
AND a.id IN AND a.id IN
<foreach collection="list" item="item" open="(" close=")" separator=","> <foreach collection="list" item="item" open="(" close=")" separator=",">
${item} ${item}
......
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