|
|
@ -157,6 +157,7 @@ public class StaffServiceImpl implements StaffService { |
|
|
|
Result<StaffInitResultDTO> res=epmetUserFeignClient.editStaffInit(fromDTO); |
|
|
|
if (res.success() && null != res.getData()) { |
|
|
|
res.getData().setAgencyId(customerStaffAgencyDTO.getAgencyId()); |
|
|
|
res.getData().setAgencyName(customerAgencyService.getAgencyName(customerStaffAgencyDTO.getAgencyId())); |
|
|
|
} |
|
|
|
return new Result<StaffInitResultDTO>().ok(res.getData()); |
|
|
|
} |
|
|
|