zhongrj
2024-03-14 04e128c3848c39b162fda4d0f45a0b10ed691fd3
src/main/java/org/springblade/modules/place/controller/PlaceRelController.java
@@ -122,5 +122,15 @@
      return R.status(placeRelService.removeByIds(Func.toLongList(ids)));
   }
   /**
    * 商超数据处理
    */
   @GetMapping("/mallDataHandle")
   @ApiOperationSupport(order = 8)
   @ApiOperation(value = "商超数据处理", notes = "")
   public R mallDataHandle() {
      return R.status(placeRelService.mallDataHandle());
   }
}