|
@@ -265,6 +265,7 @@ public class AppGameBettingController extends BaseController{
|
|
|
for (int i = 0; i < gameList.size(); i++) {
|
|
|
AppGame appGame = gameList.get(i);
|
|
|
AppGameBettingDetailsCountVO appGameBettingDetailsCountDTO = new AppGameBettingDetailsCountVO();
|
|
|
+ appGameBettingDetailsCountDTO.setBettingType(bettingType);
|
|
|
appGameBettingDetailsCountDTO.setGameId(appGame.getId());
|
|
|
appGameBettingDetailsCountDTO.setGameName(appGame.getName());
|
|
|
appGameBettingDetailsCountDTO.setLogoUrl(appGame.getLogoUrl());
|