linwei
2024-02-03 b7df6735bcb2d447cae7fcfba2d12accf3dd2fcc
src/main/java/org/springblade/modules/category/controller/CategoryLabelController.java
@@ -122,5 +122,13 @@
      return R.status(categoryLabelService.removeByIds(Func.toLongList(ids)));
   }
   /**
    * 场所标签临时表 分页
    */
   @GetMapping("/getAllList")
   public R getAllList(CategoryLabelVO categoryLabel) {
      return R.data(categoryLabelService.list());
   }
}