|
|
@ -694,6 +694,7 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
|
if (StringUtils.isBlank(customerStaffDTO.getHeadPhoto())) { |
|
|
|
customerStaffDTO.setHeadPhoto(""); |
|
|
|
} |
|
|
|
resultDTO.setId(customerStaffDTO.getId()); |
|
|
|
resultDTO.setStaffId(customerStaffDTO.getUserId()); |
|
|
|
resultDTO.setName(customerStaffDTO.getRealName()); |
|
|
|
resultDTO.setMobile(customerStaffDTO.getMobile()); |
|
|
@ -709,6 +710,7 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
|
resultDTO.setMediator(customerStaffDTO.getMediator()); |
|
|
|
resultDTO.setBirthday(customerStaffDTO.getBirthday()); |
|
|
|
resultDTO.setPolitical(customerStaffDTO.getPolitical()); |
|
|
|
resultDTO.setIdCard(customerStaffDTO.getIdCard()); |
|
|
|
|
|
|
|
//获取工作人员角色
|
|
|
|
List<GovStaffRoleEntity> staffRoles = govStaffRoleService.listRolesByStaffId(fromDTO.getStaffId(), fromDTO.getAgencyId()); |
|
|
|