From e56237a31ca70bc6bb1ba8ffab12a0bea90cddb3 Mon Sep 17 00:00:00 2001
From: yujian <yujian>
Date: 星期一, 22 四月 2019 17:40:09 +0800
Subject: [PATCH] 免单券使用记录查询优化

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/lable/QualityGoodsService.java |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/lable/QualityGoodsService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/lable/QualityGoodsService.java
index 9630e99..d836021 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/lable/QualityGoodsService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/lable/QualityGoodsService.java
@@ -156,10 +156,10 @@
 	 * @return
 	 */
 	public List<QualityFactory> listRecommendBykey(long start, int count, String key, Integer hasQuan,
-			Integer userType, Double startprice, Double endprice, Integer sort);
+			Integer userType, Double startprice, Double endprice, Double startTkRate, Double endTkRate, Integer sort);
 	
 	public long countRecommendBykey(String key, Integer hasQuan, Integer userType, 
-			Double startprice, Double endprice);
+			Double startprice, Double endprice, Double startTkRate, Double endTkRate);
 	
 	
 	/**
@@ -169,7 +169,7 @@
 	 * @param proportion  璁$畻姣斾緥
 	 * @return
 	 */
-	public JSONArray  getRecommendToIndex(long start, int count, String proportion, String fcRate);
+	public JSONArray  getRecommendToIndex(long start, int count, String proportion);
 	
 	public long countRecommendToIndex(String proportion);
 	
@@ -181,4 +181,24 @@
 	 * @return
 	 */
 	public  List<QualityFactory> recommendByAuctionId(Long paramLong);
+	
+	
+
+	/**
+	 * 鍏嶅崟鍟嗗搧
+	 * @param start
+	 * @param count
+	 * @param tkRate 浣i噾姣斾緥
+	 * @param lableName 鏍囩鍚�
+	 * @return
+	 */
+	public List<QualityFactory> listFreeGoods(long start, int count, Double tkRate, String lableName);
+
+	public long countFreeGoods(Double tkRate, String lableName);
+	
+	/**
+	 * 闄愭椂绉掓潃闅忔満3涓晢鍝�
+	 * @return
+	 */
+	public List<QualityFactory> listFlashSaleRandGoods();
 }

--
Gitblit v1.8.0