Commit 887e3f9c by jianan

出账检核报错

parent 9af14a77
......@@ -4,7 +4,7 @@
<update id="updateBatchByBizId">
update expected_fortune ef
set ef.status = #{status}
where ef.id in
where ef.expected_fortune_biz_id in
<foreach collection="expectedFortuneBizIdList" item="item" open="(" close=")" separator=",">
#{item}
</foreach>
......
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