소스 검색

修改定时时间 7点曦谋没数据改回9点

xiaowang 3 달 전
부모
커밋
b19aa4d59e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/example/getweather/job/DownloadXmo.java

+ 1 - 1
src/main/java/com/example/getweather/job/DownloadXmo.java

@@ -19,7 +19,7 @@ public class DownloadXmo {
     //曦谋数据接入。    2025-02-10 应窦哥要求 小时气象源切换为xmo
     //每天1点下载数据
     //@Scheduled(fixedDelay = 600000000)
-    @Scheduled(cron = "0 0 7,13 * * ?")
+    @Scheduled(cron = "0 0 9,13 * * ?")
     public void download() {
         getWeatherXmo.download();
     }