mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
RolePermissions
This commit is contained in:
parent
c3d2a4b94a
commit
d2b6f8a834
@ -77,7 +77,7 @@
|
||||
|
||||
<update id="logisticDeleteRolePermissions" parameterType="java.util.List">
|
||||
update mxk_role_permissions
|
||||
set status=9
|
||||
set status = 9
|
||||
where 1 = 1 and
|
||||
<foreach item="item" collection="list" open="(" separator="or" close=")">
|
||||
( id = #{item.id} and instid = #{item.instId} )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user