Commit 368f92df authored by hongguangwu's avatar hongguangwu

1.7.21-离职确认时,入职确认信息详情的这个日志,去除档案选项

parent 80477aac
......@@ -356,7 +356,8 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
updatePre.setIsLeave(CommonConstants.ZERO_STRING);
baseMapper.updateById(updatePre);
sb = new StringBuilder("档案");
// 入职确认信息详情的这个日志,去除档案选项,因为在“入职待建档”里的不可能新建自动化离职。
sb = new StringBuilder();
try {
//处理社保待办信息
R<Boolean> booleanR = socialDaprUtils.updateLeaveSocialPreInfo(updatePre.getId());
......
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