lin
2024-03-14 c4e2c196aad8af656d94bc47e9f1a80bc504b5d7
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());
   }
}