Prechádzať zdrojové kódy

feat: 小程序打开角色

shc 4 mesiacov pred
rodič
commit
3556851f72

+ 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();
 
 
     /**