|
@@ -77,7 +77,7 @@
|
|
|
|
|
|
<update id="logisticDeleteRolePermissions" parameterType="java.util.List">
|
|
<update id="logisticDeleteRolePermissions" parameterType="java.util.List">
|
|
update mxk_role_permissions
|
|
update mxk_role_permissions
|
|
- set status=9
|
|
|
|
|
|
+ set status = 9
|
|
where 1 = 1 and
|
|
where 1 = 1 and
|
|
<foreach item="item" collection="list" open="(" separator="or" close=")">
|
|
<foreach item="item" collection="list" open="(" separator="or" close=")">
|
|
( id = #{item.id} and instid = #{item.instId} )
|
|
( id = #{item.id} and instid = #{item.instId} )
|