|
@ -329,7 +329,7 @@ public class CustomerServiceImpl extends BaseServiceImpl<CustomerDao, CustomerEn |
|
|
if (customerRootAgency != null) { |
|
|
if (customerRootAgency != null) { |
|
|
StaffRoleFormDTO staffsInRoleForm = new StaffRoleFormDTO(); |
|
|
StaffRoleFormDTO staffsInRoleForm = new StaffRoleFormDTO(); |
|
|
staffsInRoleForm.setOrgId(customerRootAgency.getId()); |
|
|
staffsInRoleForm.setOrgId(customerRootAgency.getId()); |
|
|
staffsInRoleForm.setRoleKey(RoleKeyConstants.ROLE_KEY_MANAGER); |
|
|
staffsInRoleForm.setRoleKey(RoleKeyConstants.ROLE_KEY_ROOT_MANAGER); |
|
|
Result<List<GovStaffRoleResultDTO>> managersResult = epmetUserFeignClient.getStaffsInRole(staffsInRoleForm); |
|
|
Result<List<GovStaffRoleResultDTO>> managersResult = epmetUserFeignClient.getStaffsInRole(staffsInRoleForm); |
|
|
if (!managersResult.success()) { |
|
|
if (!managersResult.success()) { |
|
|
throw new RenException("查询客户详情:查询客户管理员失败:".concat(managersResult.toString())); |
|
|
throw new RenException("查询客户详情:查询客户管理员失败:".concat(managersResult.toString())); |
|
|