Commit df9f2b32 authored by huyuchen's avatar huyuchen

huych-入职登记提交

parent c5e84322
......@@ -229,7 +229,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
EmployeeRegistrationPre pre = new EmployeeRegistrationPre();
if (Common.isNotNull(preExit)) {
BeanUtils.copyProperties(preVo,pre);
pre.setId(pre.getId());
pre.setId(preExit.getId());
baseMapper.deleteById(preExit);
}
if (Common.isNotNull(preVo.getExpectedCollectionTime())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment