springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientProductCategoryServiceImpl.java
@@ -109,7 +109,7 @@ } @Override public R getAllProductCategory() { return R.ok(this.baseMapper.selectAllCategories()); public R getAllProductCategory(Long merchantId) { return R.ok(this.baseMapper.selectAllCategories(merchantId)); } }