提交代码

dev-discount
胡锐 2 years ago
parent 42bc1db51d
commit 72a3bbb787
  1. 2
      hai-schedule/src/main/java/com/hai/schedule/HighGasSchedule.java

@ -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 { public void getJiaHaoYouAllStation() throws Exception {
gasService.getJiaHaoYouAllStation(); gasService.getJiaHaoYouAllStation();
} }

Loading…
Cancel
Save