Administrator
2 days ago 89c8099e23ef5260ce6b3e46339064c559e9cc0f
src/main/java/cc/mrbird/febs/ai/controller/productCategory/ApiProductCategoryController.java
@@ -73,6 +73,6 @@
    @PostMapping(value = "/list")
    public FebsResponse list(@RequestBody @Validated ApiProductCategoryPageDto dto) {
        return aiProductCategoryService.categoryList(dto);
        return aiProductCategoryService.categoryChildList(dto);
    }
}