工资单撤回

This commit is contained in:
MustangDeng 2022-05-09 12:15:13 +08:00
parent d2a37df97f
commit 9dd71e5045
1 changed files with 5 additions and 3 deletions

View File

@ -717,9 +717,11 @@
WHERE
send_status IN
<foreach collection="statusList" open="(" item="status" separator="," close=")">
#{status}
</foreach>
<if test="statusList != null and statusList.size() > 0">
<foreach collection="statusList" open="(" item="status" separator="," close=")">
#{status}
</foreach>
</if>
<if test="ids != null and ids.size() > 0">