不存储定时任务日志

main
hshansha 5 months ago
parent cb1b43963d
commit 47a06da2f1

@ -92,7 +92,7 @@ public abstract class AbstractQuartzJob implements Job
}
// 写入数据库当中
SpringUtils.getBean(ISysJobLogService.class).addJobLog(sysJobLog);
// SpringUtils.getBean(ISysJobLogService.class).addJobLog(sysJobLog);
}
/**

Loading…
Cancel
Save