Merge remote-tracking branch 'origin/liaoning' into liaoning
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
<update id="deleteUserDept">
|
<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="("
|
<foreach item="item" index="index" collection="ids" open="("
|
||||||
separator="," close=")">
|
separator="," close=")">
|
||||||
#{item}
|
#{item}
|
||||||
|
|||||||
Reference in New Issue
Block a user