zhongrj
2024-04-01 079c4fdc2ac37c06ef3aa17672a8e5dff69c58bc
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));
   }