Commit f87e8b5fe31965c7b53bae1990cb87fbb95f4e87

Authored by jiangjiazhi
1 parent e156df0c09

增加

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/Permissions.xml View file @ f87e8b5
... ... @@ -183,7 +183,7 @@
183 183 <select id="queryPermissionByRoleIds" parameterType="java.util.List" resultMap="PermissionsResultMap">
184 184 select b.* from role_permission_maps a, permissions b where a.yn=1 and b.yn=1 and a.role_id
185 185 in
186   - <foreach collection="statusList" index="index" item="item" open="(" separator="," close=")">
  186 + <foreach collection="list" index="index" item="item" open="(" separator="," close=")">
187 187 #{item}
188 188 </foreach>
189 189 and a.permission_id=b.id ORDER BY weight