|
@@ -151,6 +151,7 @@ public class SysRoleController {
|
|
|
* 全职学术信息沟通专员
|
|
|
* 兼职学术信息沟通专员
|
|
|
* 财务管理员
|
|
|
+ * 招商经理
|
|
|
*
|
|
|
*
|
|
|
* 2.CSO管理员:可见:
|
|
@@ -190,7 +191,7 @@ public class SysRoleController {
|
|
|
} else if (rolesIdList.contains(1)){
|
|
|
queryWrapper.orderByAsc(SysRole::getRoleId);
|
|
|
} else {
|
|
|
- List<Integer> drugEntAdmin = Stream.of(3,4,5,6,7).collect(Collectors.toList());
|
|
|
+ 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> CROAdmin = Stream.of(7,9,10).collect(Collectors.toList());
|
|
|
List<Integer> HCPAdmin = Stream.of(7,11,13).collect(Collectors.toList());
|