Commit c6fb584f by jianan

出账检核-增加币种79

parent 2117d923
......@@ -63,7 +63,7 @@
<delete id="removeByIdsPhysical">
DELETE FROM fortune WHERE id IN
<foreach collection="ids" item="id" open="(" close=")" separator=",">
<foreach collection="fortuneIdList" item="id" open="(" close=")" separator=",">
#{id}
</foreach>
</delete>
......
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