소스 검색

feat: 小程序打开角色

shc 4 달 전
부모
커밋
3556851f72
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/user/SysUserController.java

+ 2 - 2
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/user/SysUserController.java

@@ -104,8 +104,8 @@ public class SysUserController {
     private final SysRoleService roleService;
 
     private static final List<Integer> SALESMAN_ROLE_ID = ListUtil.of(5, 6);
-//    private static final List<Integer> ADMIN_ROLE_ID = ListUtil.of(1, 2, 7, 19, 27, 34, 35, 44, 45, 46, 47, 48, 49);
-    private static final List<Integer> ADMIN_ROLE_ID = Collections.emptyList();
+    private static final List<Integer> ADMIN_ROLE_ID = ListUtil.of(1, 2, 7, 19, 27, 34, 35, 44, 45, 46, 47, 48, 49);
+//    private static final List<Integer> ADMIN_ROLE_ID = Collections.emptyList();
 
 
     /**