zhongrj
2024-02-22 858ddcd71b737c1e2d9f9c1fb9d009209cb97b4e
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));
   }