lin
2024-03-14 c4e2c196aad8af656d94bc47e9f1a80bc504b5d7
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));
   }