linwe
2023-12-01 5d5cd3ad979a0b85ab8c7034dcad1663fdcf71be
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));
   }