src/main/java/org/springblade/modules/place/controller/PlaceExtController.java
@@ -122,7 +122,7 @@ */ @PostMapping("/updatePlaceExt") @ApiOperation(value = "自定义更新", notes = "传入placeExt") public R updatePlaceExt(@RequestBody PlaceExtEntity placeExt) { public R updatePlaceExt(@RequestBody PlaceExtVO placeExt) { return R.status(placeExtService.updatePlaceExt(placeExt)); }