@@ -34,7 +34,7 @@ public class DeleteDataUtil {
@Async
- @Scheduled(cron = "0 0 1 * * ?")
+ @Scheduled(cron = "0 0 0 * * ?")
public void tableCreationAndDelete() {
log.info("开始执行 tableCreationAndDelete 任务");
// 计算当前时间往前推 60 天的日期