zhongrj
2024-05-13 f3b6086bbc70660d64afc7290d783b540fa8cfd4
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());
   }
}