Commit ca1a7d8a authored by fangxinjiang's avatar fangxinjiang

新增人员 档案 生成学历信息优化

parent c81c601c
...@@ -295,6 +295,7 @@ public class TEmpEducationServiceImpl extends ServiceImpl<TEmpEducationMapper, T ...@@ -295,6 +295,7 @@ public class TEmpEducationServiceImpl extends ServiceImpl<TEmpEducationMapper, T
exist.setGradutionDate(education.getGradutionDate()); exist.setGradutionDate(education.getGradutionDate());
baseMapper.updateById(exist); baseMapper.updateById(exist);
}else { }else {
education.setSettleDomain(CommonConstants.ZERO_STRING);
baseMapper.insert(education); baseMapper.insert(education);
} }
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