From c18037dc5de7f67175c2cf80cd04761d198739b5 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 12 Apr 2021 19:48:50 +0800
Subject: [PATCH] Merge branch 'score_shop' of http://120.27.238.55:7000/r/beauty-erp into score_shop

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

diff --git a/zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopOrderV2Dao.java b/zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopOrderV2Dao.java
index b68d63a..b49ab03 100644
--- a/zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopOrderV2Dao.java
+++ b/zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopOrderV2Dao.java
@@ -10,10 +10,11 @@
 public interface ShopOrderV2Dao extends BaseMapper<ShopOrder> {
 
 	/** 统计已收货订单数 */
-	int selectReceivedOrderCount(String openId);
+	int selectReceivedOrderCount(Long userId);
 	/** 统计已收货订单金额 */
-	Double countOrderAmount(String openId);
+	Double countOrderAmount(Long userId);
 
 	/** 统计是否消费过了指定产品 */
-	int countBuyZdcp(@Param("openId") String openId, @Param("productIds")String productIds);
+	int countBuyZdcp(@Param("userId") Long userId, @Param("productIds")String productIds);
+
 }
\ No newline at end of file

--
Gitblit v1.9.1