fix(系统): 定时任务执行时间
This commit is contained in:
parent
9dc624aead
commit
e3864bf760
|
@ -36,7 +36,7 @@ public class CleanHistoryJob {
|
||||||
/**
|
/**
|
||||||
* 清理变更历史 每天凌晨两点执行
|
* 清理变更历史 每天凌晨两点执行
|
||||||
*/
|
*/
|
||||||
@QuartzScheduled(cron = "0 34 13 * * ?")
|
@QuartzScheduled(cron = "0 0 2 * * ?")
|
||||||
public void cleanupLog() {
|
public void cleanupLog() {
|
||||||
LogUtils.info("clean up history start.");
|
LogUtils.info("clean up history start.");
|
||||||
SystemParameter parameter = systemParameterMapper.selectByPrimaryKey(ParamConstants.CleanConfig.OPERATION_HISTORY.getValue());
|
SystemParameter parameter = systemParameterMapper.selectByPrimaryKey(ParamConstants.CleanConfig.OPERATION_HISTORY.getValue());
|
||||||
|
|
Loading…
Reference in New Issue