bug修改

This commit is contained in:
2025-04-11 15:05:12 +08:00
parent 631e65efd2
commit d0d857787d
2 changed files with 16 additions and 16 deletions

View File

@@ -101,7 +101,7 @@
</delete>
<update id="deleteUserDept">
update sys_user set Dept_Id = "" where Dept_Id in
update sys_user set Dept_Id = '' where Dept_Id in
<foreach item="item" index="index" collection="ids" open="("
separator="," close=")">
#{item}