Commit 69098e08 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.7.20' into MVP1.7.20

parents ddd8670d 8f364267
...@@ -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