|
@@ -36,6 +36,6 @@ public class CategoryController {
|
|
|
*/
|
|
|
@PostMapping("/categories")
|
|
|
public List<CategoryVO> listCategories(@RequestBody @Valid CategoryListParam param) {
|
|
|
- return CategoryCopier.INSTANCE.copying(this.categoryService.listActiveCategories(param));
|
|
|
+ return CategoryCopier.INSTANCE.copying(this.categoryService.listCategory(param));
|
|
|
}
|
|
|
}
|