44323
2023-10-11 f7e51fc7c91e474e5c0bcc79c47f074c0a59b5c3
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();
    }