|
@@ -27,7 +27,7 @@ public class AppAdJob {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- @Scheduled(cron = "0 0 6 * * ?")
|
|
|
|
|
|
+ @Scheduled(cron = "0 30 6 * * ?")
|
|
public void closeAd() {
|
|
public void closeAd() {
|
|
log.info("--------关闭广告!~---------------");
|
|
log.info("--------关闭广告!~---------------");
|
|
SysDictData splashAd = dictDataService.selectDictDataById(104l);
|
|
SysDictData splashAd = dictDataService.selectDictDataById(104l);
|