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); } }