|
|
@ -179,7 +179,7 @@ public class StaffServiceImpl implements StaffService { |
|
|
|
CustomerAgencyDTO customerAgencyDTO=customerAgencyService.get(customerStaffAgency.getAgencyId()); |
|
|
|
if(null!=customerAgencyDTO){ |
|
|
|
//用户所属机关名称
|
|
|
|
result.setAgencyName(customerAgencyDTO.getOrganizationName()); |
|
|
|
result.setMyAgencyName(customerAgencyDTO.getOrganizationName()); |
|
|
|
} |
|
|
|
return result; |
|
|
|
} |
|
|
|