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(); }