From 6fa160bf2d50107f4845493e82fe9fca312668be Mon Sep 17 00:00:00 2001
From: puhanshu <a9236326>
Date: 星期一, 27 九月 2021 13:45:12 +0800
Subject: [PATCH] 修改便民服务bug

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientProductCategoryServiceImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientProductCategoryServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientProductCategoryServiceImpl.java
index bb3a61f..1416978 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientProductCategoryServiceImpl.java
+++ b/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));
     }
 }

--
Gitblit v1.7.1