This commit is contained in:
2023-11-30 14:25:57 +08:00
parent 5f5160c92e
commit de7d26ad46
5 changed files with 7 additions and 7 deletions

View File

@@ -504,7 +504,7 @@
update adapay_member_account
set del_flag = '1'
where id in
<foreach close=")" collection="array" item="id" open="(" separator=",">
<foreach close=")" collection="list" item="id" open="(" separator=",">
#{id}
</foreach>
</update>