Commit 572f101f authored by hongguangwu's avatar hongguangwu

MVP1.7.8-状态

parent c5e6cc55
...@@ -1587,6 +1587,12 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -1587,6 +1587,12 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
auditLog.setMainId(main.getId()); auditLog.setMainId(main.getId());
auditLog.setAuditResult(status); auditLog.setAuditResult(status);
tPreEmpMainLogService.save(auditLog); tPreEmpMainLogService.save(auditLog);
main.setStatus(status);
main.setAuditId(user.getId());
main.setAuditRemark("简档自动审核通过");
main.setAuditName(user.getNickname());
main.setAuditTime(new Date());
updateToEmployeeByPre(vo, isSimpleBoo); updateToEmployeeByPre(vo, isSimpleBoo);
} }
} }
......
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