|
@@ -14,8 +14,8 @@ public class GameLotteryConfig implements CommandLineRunner {
|
|
@Override
|
|
@Override
|
|
@Async
|
|
@Async
|
|
public void run(String... args) throws Exception {
|
|
public void run(String... args) throws Exception {
|
|
- AppGameHanaderTask lottery = SpringContextSetting.getBean(AppGameHanaderTask.class);
|
|
|
|
- lottery.initGameCountdown(Common.GAME_FIVE_CODE);
|
|
|
|
|
|
+// AppGameHanaderTask lottery = SpringContextSetting.getBean(AppGameHanaderTask.class);
|
|
|
|
+// lottery.initGameCountdown(Common.GAME_SIX_CODE);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|