|
@@ -235,7 +235,7 @@ public class AppGameBettingController extends BaseController{
|
|
*/
|
|
*/
|
|
@GetMapping(value = "/listByGameId")
|
|
@GetMapping(value = "/listByGameId")
|
|
@ApiOperation(value = "游戏输赢统计(详情)", notes = "游戏输赢统计(详情)")
|
|
@ApiOperation(value = "游戏输赢统计(详情)", notes = "游戏输赢统计(详情)")
|
|
- public TableDataInfo getListByGameId(@RequestParam(name = "gameId") Long gameId)
|
|
|
|
|
|
+ public TableDataInfo<List<AppGameBetting>> getListByGameId(@RequestParam(name = "gameId") Long gameId)
|
|
{
|
|
{
|
|
startPage();
|
|
startPage();
|
|
List<AppGameBetting> list = appGameBettingService.selectListByGameId(gameId);
|
|
List<AppGameBetting> list = appGameBettingService.selectListByGameId(gameId);
|