|
@@ -16,7 +16,7 @@ public class AppAdJob {
|
|
|
private ISysDictDataService dictDataService;
|
|
|
|
|
|
|
|
|
- // @Scheduled(cron = "0 0 13 * * ?")
|
|
|
+ // @Scheduled(cron = "0 0 19 * * ?")
|
|
|
public void openAd() {
|
|
|
log.info("--------打开广告!~---------------");
|
|
|
SysDictData splashAd = dictDataService.selectDictDataById(104l);
|
|
@@ -33,7 +33,7 @@ public class AppAdJob {
|
|
|
}
|
|
|
|
|
|
|
|
|
- // @Scheduled(cron = "0 30 8 * * ?")
|
|
|
+ // @Scheduled(cron = "0 30 7 * * ?")
|
|
|
public void closeAd() {
|
|
|
log.info("--------关闭广告!~---------------");
|
|
|
SysDictData splashAd = dictDataService.selectDictDataById(104l);
|