Commit 40c571bd7c4d7f78dd05b30604076f859bded68b

Authored by fangcheng
1 parent 80fa87b16e
Exists in master

更改权限结构

Showing 1 changed file with 1 additions and 1 deletions

parent/base.common/src/main/java/com/lyms/base/common/dao/role/PermissionsMapper.xml View file @ 40c571b
... ... @@ -33,7 +33,7 @@
33 33 select PERMISSION_ID from SYS_ROLE_PERMISSION_MAPS rp where ROLE_ID in (
34 34 select role_id from SYS_USER_ROLE_MAPS where user_id= #{uid}
35 35 )
36   - ) and type = 1
  36 + ) and type = 1 and ifDel = 0 and enable = 1
37 37 </select>
38 38 </mapper>