Commit 562a457f by zhangxingmin

push

parent 109cf7f5
...@@ -54,6 +54,6 @@ public class CategoryServiceImpl extends ServiceImpl<CategoryMapper, Category> i ...@@ -54,6 +54,6 @@ public class CategoryServiceImpl extends ServiceImpl<CategoryMapper, Category> i
*/ */
@Override @Override
public Category queryOne(CategoryDto dto) { public Category queryOne(CategoryDto dto) {
return this.getOne(new LambdaQueryWrapper<Category>().eq(Category::getCategoryBizId,dto.getPid())); return this.getOne(new LambdaQueryWrapper<Category>().eq(Category::getCategoryBizId,dto.getCategoryBizId()));
} }
} }
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