|
|
|
@ -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(); |
|
|
|
|
|
|
|
|
|