puzhibing
2023-11-25 53e7558400dcacecdce70e39ebfe1727740f9296
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();
    }
}