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