|
@@ -44,6 +44,9 @@ public class AppGameBettingTask {
|
|
|
@Autowired
|
|
|
private RedisCache redisCache;
|
|
|
|
|
|
+ @Autowired
|
|
|
+ private IAppUserCountService appUserCountService;
|
|
|
+
|
|
|
@Async("asyncExecutor")
|
|
|
public void gameDataTask(String message, String gameCodeFinal){
|
|
|
|
|
@@ -219,6 +222,8 @@ public class AppGameBettingTask {
|
|
|
}
|
|
|
|
|
|
this.gameBettingTask(appGameClassify.getId(), appGame.getId(), gameDate, gameLotterySucc);
|
|
|
+
|
|
|
+ appUserCountService.staticsUserCount(appGame.getId(),null);
|
|
|
}
|
|
|
|
|
|
}
|