Commit 1239fd87 authored by hongguangwu's avatar hongguangwu

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

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