瀏覽代碼

RolePermissions

MaxKey 3 年之前
父節點
當前提交
d2b6f8a834

+ 1 - 1
maxkey-persistence/src/main/resources/org/maxkey/persistence/mapper/xml/mysql/RolesMapper.xml

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