修复停薪
This commit is contained in:
parent
4b37775f78
commit
a29670d752
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue