|
|
@ -389,7 +389,7 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
|
staffEntity.setViliagePosition(fromDTO.getViliagePosition()); |
|
|
|
} |
|
|
|
if (StringUtils.isNotBlank(fromDTO.getDuty())){ |
|
|
|
staffEntity.setDelFlag(fromDTO.getDuty()); |
|
|
|
staffEntity.setDuty(fromDTO.getDuty()); |
|
|
|
} |
|
|
|
if (StringUtils.isNotBlank(fromDTO.getIdCard())){ |
|
|
|
staffEntity.setIdCard(fromDTO.getIdCard()); |
|
|
|