提交代码

dev-discount
胡锐 3 years ago
parent 45acdc2ad9
commit adad4a207f
  1. 2
      hai-schedule/src/main/java/com/hai/schedule/HighGasSchedule.java

@ -151,7 +151,7 @@ public class HighGasSchedule {
}
}
@Scheduled(cron = "0 1 7 * * ?") //每日7点1分执行一次
@Scheduled(cron = "0 30 7 * * ?") //每日7点1分执行一次
public void refreshPriceOfficial() throws Exception {
gasOilPriceOfficialService.refreshPriceOfficial();

Loading…
Cancel
Save