Commit 2e032e52 by 吴博

Merge branch 'fixbug/1024240' into 'master'

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

See merge request rays/pcloud-book!786
parents ef79efa3 37099229
......@@ -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 d ON c.book_group_id = d.id
WHERE
a.is_delete = 0 AND a.is_show = 1
a.is_delete = 0
AND a.id IN
<foreach collection="list" item="item" open="(" close=")" separator=",">
${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