This commit is contained in:
张良(004796)
2024-03-28 11:20:10 +08:00
parent f3daacd189
commit 1a46596494

View File

@@ -18,7 +18,7 @@ public class Clear2HoursJob {
// 每隔小时执行一次
// @Scheduled(cron = "0 0 0/2 * * ? *")
@Scheduled(cron = "0 0 0/2 * * ? *")
public void clearRun() {
try {
log.info("定时删除动态== 开始");