springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/api/DepartmentController.java
@@ -145,7 +145,7 @@ @OperLog(operModul = "西区纪委后台",operType = 0, businessType = "获取单位列表") public R<Page<Department>> getDeptList(String name,int pageNum,int pageSize){ SystemUserVo loginUserInfoWest = getLoginUserInfoWest(); if(loginUserInfoWest.getSystemRoleId()!=1){ if(loginUserInfoWest.getSystemRoleId()>2){ return R.ok(new Page<>()); } Integer accountLevel = loginUserInfoWest.getAccountLevel();