Commit 8f364267 authored by huyuchen's avatar huyuchen

huych-附件保存清空id

parent 9a8934dc
...@@ -384,6 +384,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi ...@@ -384,6 +384,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
for (TAttaInfoSaveVo attaInfoVo : preVo.getAttaList()) { for (TAttaInfoSaveVo attaInfoVo : preVo.getAttaList()) {
TAttaInfo attaInfo = new TAttaInfo(); TAttaInfo attaInfo = new TAttaInfo();
BeanUtils.copyProperties(attaInfoVo, attaInfo); BeanUtils.copyProperties(attaInfoVo, attaInfo);
attaInfo.setId(null);
attaInfo.setDomainId(pre.getId()); attaInfo.setDomainId(pre.getId());
attaInfo.setCreateName("确认接收同步"); attaInfo.setCreateName("确认接收同步");
attaInfoService.save(attaInfo); attaInfoService.save(attaInfo);
......
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