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