소스 검색

Merge branch 'feat-20231103-investmanagerv2'

lixuesong 1 년 전
부모
커밋
afc6259e17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/SysRoleController.java

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/SysRoleController.java

@@ -170,7 +170,7 @@ public class SysRoleController {
 			queryWrapper.orderByAsc(SysRole::getRoleId);
 		} else {
 			List<Integer> drugEntAdmin = Stream.of(3,4,5,6,7,31).collect(Collectors.toList());
-			List<Integer> CSOAdmin = Stream.of(4,5,6,7).collect(Collectors.toList());
+			List<Integer> CSOAdmin = Stream.of(4,5,6,7,31).collect(Collectors.toList());
 			List<Integer> CROAdmin = Stream.of(7,9,10).collect(Collectors.toList());
 			List<Integer> HCPAdmin = Stream.of(7,11,13).collect(Collectors.toList());
 			List<Integer> CFOAdmin = Stream.of(7).collect(Collectors.toList());