Merge remote-tracking branch 'origin/liaoning' into liaoning

This commit is contained in:
wr
2025-04-11 15:07:17 +08:00

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}