|
|
@ -598,6 +598,7 @@ public class EpmetUserServiceImpl implements EpmetUserService { |
|
|
|
log.error("getStaffInfo have any agency staffId:{}",staffId); |
|
|
|
return null; |
|
|
|
} |
|
|
|
result.setAgencyId(agencyDTO.getId()); |
|
|
|
result.setAgencyName(agencyDTO.getOrganizationName()); |
|
|
|
StaffOrgRelationResultDTO fromOrgTypeDto = govOrgService.getStaffFromOrgType(staffId); |
|
|
|
String fromOrgType = OrgTypeEnum.AGENCY.getCode(); |
|
|
|