From 5a8a90c095280fbd2106869ecd2bad10e01a57a6 Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期四, 23 十二月 2021 18:10:22 +0800 Subject: [PATCH] 12/23 大屏修改 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ConvenientApi.java | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ConvenientApi.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ConvenientApi.java index 2709601..0c4c4c4 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ConvenientApi.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ConvenientApi.java @@ -1,5 +1,6 @@ package com.panzhihua.service_community.api; +import java.time.Instant; import java.util.List; import javax.annotation.Resource; @@ -388,7 +389,7 @@ } /** - * 分页查询便民服务商家 + * 分页查询便民服务商家 运营后台 * @param pageConvenientMerchantDTO * @return */ @@ -570,10 +571,11 @@ /** * 获取所有产品分类 * @return + * @param merchantId */ @GetMapping("/product-category/all") - public R getAllProductCategory() { - return convenientProductCategoryService.getAllProductCategory(); + public R getAllProductCategory(@RequestParam("merchantId") Long merchantId) { + return convenientProductCategoryService.getAllProductCategory(merchantId); } /** -- Gitblit v1.7.1