From 67e2e142e752b724e021f3562c7f28e128e6f118 Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Tue, 16 Mar 2021 18:35:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/score_shop' into score_shop

---
 zq-erp/src/main/java/com/matrix/system/shopXcx/api/service/WxShopCouponService.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/zq-erp/src/main/java/com/matrix/system/shopXcx/api/service/WxShopCouponService.java b/zq-erp/src/main/java/com/matrix/system/shopXcx/api/service/WxShopCouponService.java
index e6cde48..13d6e99 100644
--- a/zq-erp/src/main/java/com/matrix/system/shopXcx/api/service/WxShopCouponService.java
+++ b/zq-erp/src/main/java/com/matrix/system/shopXcx/api/service/WxShopCouponService.java
@@ -18,7 +18,7 @@
 	 * 根据购物车选中的产品
 	 * @return
 	 */
-	public List<CouponReceiveInfoVO> getCartVoCouponList(Long shopId,List<ShopShoppingCart> shopShoppingCarts);
+	public List<CouponReceiveInfoVO> getCartVoCouponList(Long companyId,List<ShopShoppingCart> shopShoppingCarts);
 
 
 	/**
@@ -42,12 +42,12 @@
 	 * 根据状态获取我的优惠券
 	 * 
 	 *
-	 * @param shopId
+	 * @param companyId
 	 * @param status
 	 * @param pageVo
 	 * @return
 	 */
-	AjaxResult getMyCouponInfoByStatus(Long shopId, Integer status, PaginationVO pageVo);
+	AjaxResult getMyCouponInfoByStatus(Long companyId, Integer status, PaginationVO pageVo);
 
 	/**
 	 * 根据产品ID获取优惠券列表

--
Gitblit v1.9.1