소스 검색

增加二三级管理人员权限和排序

wks 2 년 전
부모
커밋
43087d82b0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/com/ydtech/constants/sys/SystemConstant.java

+ 2 - 0
src/main/java/com/ydtech/constants/sys/SystemConstant.java

@@ -12,6 +12,8 @@ public class SystemConstant {
     // 领导
     // 领导
     protected static final String[] SYS_ROLE_TEAM_LEADER = {
     protected static final String[] SYS_ROLE_TEAM_LEADER = {
             RoleConstants.R01.getCode(),
             RoleConstants.R01.getCode(),
+            RoleConstants.R15.getCode(),
+            RoleConstants.R16.getCode(),
             RoleConstants.R17.getCode(),
             RoleConstants.R17.getCode(),
             RoleConstants.R18.getCode(),
             RoleConstants.R18.getCode(),
             RoleConstants.R21.getCode()
             RoleConstants.R21.getCode()