From 3824cbcaec6e6c67418d5280a53e9c2fedeef6f9 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 11 七月 2019 16:34:13 +0800
Subject: [PATCH] 订单bug,分享爆款自购修改

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/goods/CommonGoodsService.java |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/CommonGoodsService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/CommonGoodsService.java
index 31efe36..03def9f 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/CommonGoodsService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/CommonGoodsService.java
@@ -69,5 +69,27 @@
 	 * @param listCommonGoods
 	 */
 	public void addBatchCommonGoods(List<CommonGoods> listCommonGoods);
+	
+	/**
+	 *  鏍规嵁搴楅摵id鏌ヨ 鏈�鏂�5涓�
+	 * @param sellerId
+	 * @return
+	 */
+	public List<CommonGoods> listBySellerId(Long sellerId);
+
+	/**
+	 * 缁熻搴楅摵鍟嗗搧鏈夊埜鏁伴噺
+	 * @param sellerId
+	 * @return
+	 */
+	public long countBySellerIdAndHasCoupon(Long sellerId);
+
+
+	/**
+	 * 鎵归噺鍟嗗搧id鏌ヨ鍟嗗搧淇℃伅
+	 * @param list
+	 * @return
+	 */
+	public List<CommonGoods> getByListGoodsId(List<Long> list);
 
 }

--
Gitblit v1.8.0