修复停薪

This commit is contained in:
钱涛 2022-10-18 15:04:29 +08:00
parent 4b37775f78
commit a29670d752
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@
<set>
run_status='STOP_FROM_SUSPEND'
</set>
WHERE run_status = 'FIXED' and pay_end_date is not null
WHERE run_status = 'SUSPEND' and pay_end_date is not null
and id IN
<foreach collection="ids" open="(" item="id" separator="," close=")">
#{id}