Commit 109cf7f5 by zhangxingmin

push

parent d312d039
...@@ -172,7 +172,7 @@ public class ApiCategoryServiceImpl implements ApiCategoryService { ...@@ -172,7 +172,7 @@ public class ApiCategoryServiceImpl implements ApiCategoryService {
//当前层级是第一级 //当前层级是第一级
return categoryBizId; return categoryBizId;
} }
Category category = iCategoryService.queryOne(CategoryDto.builder().pid(pid).build()); Category category = iCategoryService.queryOne(CategoryDto.builder().categoryBizId(pid).build());
return category.getPath() + "&" + categoryBizId; return category.getPath() + "&" + categoryBizId;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment