新任务:日志的清理 job

This commit is contained in:
YunaiV
2023-09-30 12:31:18 +08:00
parent 367b45e3bd
commit 3489144757
3 changed files with 3 additions and 0 deletions

View File

@ -70,4 +70,5 @@ public class JobLogServiceImpl implements JobLogService {
return jobLogMapper.selectList(exportReqVO);
}
// TODO @小吉祥:每天 0 点的时候,清理超过 14 天的日志;
}