cloud-server-other/src/main/java/com/dsh/other/controller/BallController.java
@@ -39,6 +39,7 @@ List<Game> games = gameService.queryAll(ballQueryDto); return games; } // 根据门店ids 获取游戏记录 @ResponseBody @PostMapping("/game/getGameByStoreIds") @@ -81,6 +82,7 @@ System.out.println("==========="+game); return game.getId(); } @Autowired private TGameConfigService config; @@ -107,8 +109,6 @@ return gameService.orderlist(bookingQuery); // return game.getId(); } }