nickchange
2023-10-10 ee9cb0da4a43bcf523ebb157678f64a2895fba1a
cloud-server-other/src/main/java/com/dsh/other/controller/BallController.java
@@ -57,7 +57,7 @@
        gameService.save(game);
        gameService.saveOrUpdate(game);
         System.out.println("==========="+game);
         return  game.getId();
    }
@@ -69,7 +69,7 @@
    @PostMapping("/saveConfig")
    public void saveConfig(@RequestBody List<TGameConfig> gameConfigList){
        System.out.println("=======gameConfigList===="+gameConfigList);
        config.saveBatch(gameConfigList);
        config.saveOrUpdateBatch(gameConfigList);
//        return  game.getId();
    }