|
|
@ -303,6 +303,7 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
|
resultDTO.setMobile(customerStaffDTO.getMobile()); |
|
|
|
resultDTO.setWorkType(customerStaffDTO.getWorkType()); |
|
|
|
resultDTO.setIdCard(customerStaffDTO.getIdCard()); |
|
|
|
resultDTO.setCustomerId(customerStaffDTO.getCustomerId()); |
|
|
|
//获取角色列表
|
|
|
|
GovStaffRoleDTO govStaffRoleDTO = new GovStaffRoleDTO(); |
|
|
|
govStaffRoleDTO.setCustomerId(fromDTO.getCustomerId()); |
|
|
|