Commit 94103079 authored by hongguangwu's avatar hongguangwu

MVP1.7.8-状态

parent 4db34875
...@@ -1595,16 +1595,16 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -1595,16 +1595,16 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
// 审核日志 // 审核日志
TPreEmpMainLog auditLog = new TPreEmpMainLog(); TPreEmpMainLog auditLog = new TPreEmpMainLog();
auditLog.setAuditId(user.getId()); auditLog.setAuditId(user.getId());
auditLog.setAuditName("系统自动审核"); auditLog.setAuditName("自动审核");
auditLog.setAuditTime(new Date()); auditLog.setAuditTime(new Date());
auditLog.setAuditRemark("简档自动审核通过"); auditLog.setAuditRemark("简档自动审核通过");
auditLog.setMainId(main.getId()); auditLog.setMainId(main.getId());
auditLog.setAuditResult(status); auditLog.setAuditResult(CommonConstants.FOUR_STRING);
tPreEmpMainLogService.save(auditLog); tPreEmpMainLogService.save(auditLog);
main.setAuditId(user.getId()); main.setAuditId(user.getId());
main.setAuditRemark("简档自动审核通过"); main.setAuditRemark("简档自动审核通过");
main.setAuditName("系统自动审核"); main.setAuditName("自动审核");
main.setAuditTime(new Date()); 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