Commit 390a1c28 authored by hongguangwu's avatar hongguangwu

MVP1.7.8-状态

parent 182d4402
......@@ -1595,7 +1595,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
// 审核日志
TPreEmpMainLog auditLog = new TPreEmpMainLog();
auditLog.setAuditId(user.getId());
auditLog.setAuditName(user.getNickname());
auditLog.setAuditName("系统自动审核");
auditLog.setAuditTime(new Date());
auditLog.setAuditRemark("简档自动审核通过");
auditLog.setMainId(main.getId());
......@@ -1604,7 +1604,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
main.setAuditId(user.getId());
main.setAuditRemark("简档自动审核通过");
main.setAuditName(user.getNickname());
main.setAuditName("系统自动审核");
main.setAuditTime(new Date());
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