Skip to content
Snippets Groups Projects
Commit eb5f7ff0 authored by Zekun Fan's avatar Zekun Fan
Browse files

Merge branch '15-temp03' into 'master'

Resolve "temp03"

Closes #15

See merge request !18
parents 00991ced 0b88bf5f
No related branches found
No related tags found
1 merge request!18Resolve "temp03"
......@@ -24,6 +24,8 @@ public class CategoryController {
// validate
// dispatch
// sum up
System.out.println(15);
System.out.println(15);
List<CategoryTreeNode> categoryTree = categoryService.getCategoryTree();
return RespBuilder.create(categoryTree, VerifyRule.NOT_NULL, Constants.OPERATE_SUCCESS, Constants.OPERATE_FAIL);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment