From 7582aeae8ed09d6d938d6d24e9c59eeb90799d76 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 16 Apr 2021 18:22:00 +0800
Subject: [PATCH] 20210416 签到

---
 zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopCouponDao.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopCouponDao.java b/zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopCouponDao.java
index 084115a..f92e198 100644
--- a/zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopCouponDao.java
+++ b/zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopCouponDao.java
@@ -45,7 +45,7 @@
 										@Param("productId") Integer productId, @Param("attrIds") List<String> attrIds);
 
 	List<ShopCoupon> selectCouponListByTag(@Param("isNewPeople") boolean isNewPeople, @Param("userId") String userId,
-										   @Param("tag") String tag,@Param("shopId") Long shopId);
+										   @Param("tag") String tag,@Param("companyId") Long companyId);
 
 	public int updateStateByStateAndIds(@Param("list") List<String> list, @Param("state") int state);
 
@@ -55,7 +55,8 @@
 
 	ShopCoupon selectByIdAndUserId(@Param("id") Integer id, @Param("userId") String userId);
 
-	public List<ShopCoupon> selectHdListByProductId(@Param("productId") Integer productId, @Param("attrIds") List<String> attrIds);
+	public List<ShopCoupon> selectHdListByProductId(@Param("productId") Integer productId, @Param("attrIds") List<String> attrIds, @Param("companyId")Long companyId);
 
     ShopCoupon getCouponByTitle(@Param("title")String title, @Param("companyId")Long companyId);
+
 }
\ No newline at end of file

--
Gitblit v1.9.1