nickchange
2023-10-11 21f4e1936391641f24f67f9812d78bfaa9778c76
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();
    }