Commit 54977cb3 authored by tianbo's avatar tianbo

bug修改

parent 2c615322
...@@ -124,8 +124,8 @@ public class RulePlanService { ...@@ -124,8 +124,8 @@ public class RulePlanService {
List<RoleModel> roleList = List<RoleModel> roleList =
Privilege.roleClient.queryRoleList(supervisionPersonChargerRole, null).getResult(); Privilege.roleClient.queryRoleList(supervisionPersonChargerRole, null).getResult();
if (!ValidationUtil.isEmpty(roleList)) { if (!ValidationUtil.isEmpty(roleList)) {
List<AgencyUserModel> agencyUserModelList = Privilege.agencyUserClient.queryByRoleId(null, List<AgencyUserModel> agencyUserModelList = Privilege.agencyUserClient.queryByRoleId(
String.valueOf(roleList.get(0).getSequenceNbr())).getResult(); String.valueOf(roleList.get(0).getSequenceNbr()), null).getResult();
if (!ValidationUtil.isEmpty(agencyUserModelList)) { if (!ValidationUtil.isEmpty(agencyUserModelList)) {
List<String> finalUserIds = userIds; List<String> finalUserIds = userIds;
agencyUserModelList.forEach(userModel -> { agencyUserModelList.forEach(userModel -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment