Commit 5a850260 authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent 192560d5
...@@ -1359,7 +1359,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -1359,7 +1359,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
if (Common.isNotNull(excel.getPreId())) { if (Common.isNotNull(excel.getPreId())) {
dispatch.setPreId(excel.getPreId()); dispatch.setPreId(excel.getPreId());
} }
dispatch.setCreateBy(null == user ? "1" : user.getId()); dispatch.setCreateBy(null == user ? "7" : user.getId());
dispatch.setCreateName(Common.isNotNull(excel.getPreName()) ? excel.getPreName() : user.getNickname()); dispatch.setCreateName(Common.isNotNull(excel.getPreName()) ? excel.getPreName() : user.getNickname());
dispatch.setCreateTime(LocalDateTime.now()); dispatch.setCreateTime(LocalDateTime.now());
dispatch.setContractSubName(excel.getContractSubName()); dispatch.setContractSubName(excel.getContractSubName());
......
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