|
@@ -235,7 +235,7 @@
|
|
</update>
|
|
</update>
|
|
<update id="deleteUserRoles">
|
|
<update id="deleteUserRoles">
|
|
update uims_user_role set STATUS=0 where STATUS!=0 and USER_ID in
|
|
update uims_user_role set STATUS=0 where STATUS!=0 and USER_ID in
|
|
- <foreach collection="userGroupDto.orginUserIds" item="id" index="index" open="(" close=")" separator=",">
|
|
|
|
|
|
+ <foreach collection="userGroupDto.userIds" item="id" index="index" open="(" close=")" separator=",">
|
|
#{id}
|
|
#{id}
|
|
</foreach>
|
|
</foreach>
|
|
|
|
|