Commit 59807ce5 by 阮思源

修改下sql

parent 70e67058
......@@ -328,7 +328,7 @@
from
book_group_classify c
and c.id in
<foreach collection="classifyIds" open="(" separator="," close=")" item="item">
<foreach collection="list" open="(" separator="," close=")" item="item">
#{item}
</foreach>
limit 1
......
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