bug修改
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user