zhongrj
2024-04-28 ebd41b7b2e44dc8b96f177d7bf88d2f5f997b75c
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());
   }
}