cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/system/BallController.java
@@ -303,7 +303,8 @@ game.setOperationId(0); } System.out.println("============"+game); TStore tStore = storeService.getById(store); game.setOperationId(tStore.getOperatorId()); // 判断是新增还是修改 修改不会重新生成sutuId if (game.getId()==null) { HashMap<String, String> map5 = new HashMap<>(); @@ -590,7 +591,7 @@ } if (objectType == 2){ model.addAttribute("is3","true"); model.addAttribute("is2","true"); model.addAttribute("oId",UserExt.getUser().getObjectId()); return PREFIX+"ball_pre_add2.html"; }