|
|
@ -478,6 +478,7 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
|
CustomerStaffEntity customerStaffEntity = baseDao.selectByUserId(fromDTO.getStaffId()); |
|
|
|
//Customer_Staff表插入数据
|
|
|
|
CustomerStaffEntity staffEntity = new CustomerStaffEntity(); |
|
|
|
staffEntity.setCustomerId(customerStaffEntity.getCustomerId()); |
|
|
|
staffEntity.setId(customerStaffEntity.getId()); |
|
|
|
staffEntity.setRealName(fromDTO.getName()); |
|
|
|
staffEntity.setMobile(fromDTO.getMobile()); |
|
|
|