lin
2024-03-25 9f8f9d13c42ca8cdccbf351069082a5fdccef2e4
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());
   }
}