Commit 06be4e5c authored by hongguangwu's avatar hongguangwu

MVP1.6.6-预入职相关_先删后加

parent dc24e9b7
...@@ -950,7 +950,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -950,7 +950,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
info.setCreateName(user.getNickname()); info.setCreateName(user.getNickname());
info.setCreateTime(LocalDateTime.now()); info.setCreateTime(LocalDateTime.now());
} }
tAttaInfoService.updateBatchById(attaInfoList); tAttaInfoService.saveOrUpdateBatch(attaInfoList);
} }
} }
return R.ok("成功"); return R.ok("成功");
......
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