@ -151,7 +151,7 @@ public class HighGasSchedule {
}
@Scheduled(cron = "0 1 0 * * ?") // 每日凌晨12点01分执行一次
@Scheduled(cron = "10 0 0 * * ?") // 每日凌晨00:00:10执行一次
public void getJiaHaoYouAllStation() throws Exception {
gasService.getJiaHaoYouAllStation();