Commit e088360a authored by hongguangwu's avatar hongguangwu

MVP1.6.6-预入职相关_先删后加

parent 06be4e5c
......@@ -1735,7 +1735,9 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
TPreEmpMainLog auditLog = new TPreEmpMainLog();
auditLog.setAuditId(user.getId());
auditLog.setAuditName(user.getNickname());
if (CommonConstants.FOUR_STRING.equals(status)) {
auditLog.setAuditTime(new Date());
}
auditLog.setAuditRemark(auditRemark);
auditLog.setMainId(preEmpMain.getId());
auditLog.setAuditResult(status);
......
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