|
|
@ -600,6 +600,7 @@ public class EpmetUserServiceImpl implements EpmetUserService { |
|
|
|
} |
|
|
|
result.setAgencyId(agencyDTO.getId()); |
|
|
|
result.setAgencyName(agencyDTO.getOrganizationName()); |
|
|
|
result.setAgencyPIds(agencyDTO.getPids()); |
|
|
|
StaffOrgRelationResultDTO fromOrgTypeDto = govOrgService.getStaffFromOrgType(staffId); |
|
|
|
String fromOrgType = OrgTypeEnum.AGENCY.getCode(); |
|
|
|
if (fromOrgTypeDto != null){ |
|
|
|