src/main/java/com/linghu/controller/PlatformController.java
@@ -87,11 +87,9 @@ return ResponseResult.error("平台域名不能为空"); } boolean success = platformService.updateById(platform); if (success) { platformService.updateById(platform); return ResponseResult.success(); } return ResponseResult.error("更新平台失败"); } @GetMapping("/{platformId}")