RolePermissions

This commit is contained in:
MaxKey 2022-01-26 08:37:50 +08:00
parent c3d2a4b94a
commit d2b6f8a834

View File

@ -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} )