|
@ -514,13 +514,13 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
staffEntity.setMobile(fromDTO.getMobile()); |
|
|
staffEntity.setMobile(fromDTO.getMobile()); |
|
|
staffEntity.setGender(fromDTO.getGender()); |
|
|
staffEntity.setGender(fromDTO.getGender()); |
|
|
staffEntity.setWorkType(fromDTO.getWorkType()); |
|
|
staffEntity.setWorkType(fromDTO.getWorkType()); |
|
|
staffEntity.setIdCard(customerStaffDTO.getIdCard()); |
|
|
staffEntity.setIdCard(fromDTO.getIdCard()); |
|
|
staffEntity.setCulture(customerStaffDTO.getCulture()); |
|
|
staffEntity.setCulture(fromDTO.getCulture()); |
|
|
staffEntity.setDuty(customerStaffDTO.getDuty()); |
|
|
staffEntity.setDuty(fromDTO.getDuty()); |
|
|
staffEntity.setPartyPosition(customerStaffDTO.getPartyPosition()); |
|
|
staffEntity.setPartyPosition(fromDTO.getPartyPosition()); |
|
|
staffEntity.setViliagePosition(customerStaffDTO.getViliagePosition()); |
|
|
staffEntity.setViliagePosition(fromDTO.getViliagePosition()); |
|
|
staffEntity.setRemark(customerStaffDTO.getRemark()); |
|
|
staffEntity.setRemark(fromDTO.getRemark()); |
|
|
staffEntity.setAddress(customerStaffDTO.getAddress()); |
|
|
staffEntity.setAddress(fromDTO.getAddress()); |
|
|
baseDao.updateById(staffEntity); |
|
|
baseDao.updateById(staffEntity); |
|
|
|
|
|
|
|
|
//清空权限关联
|
|
|
//清空权限关联
|
|
|