From cf2ec236f73f24ab089a25601dadfd5dbeabc3e1 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@S0ZHK00LKCA6OYY>
Date: 星期三, 31 十月 2018 10:00:29 +0800
Subject: [PATCH] 修改打包方式

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/lable/QualityGoodsService.java |    8 +++++---
 1 files changed, 5 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 b506ef4..67e05d6 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
@@ -148,7 +148,6 @@
 	public long countRecommend(Double proportion, Integer startAmount, Integer couponAmount, 
 			double tkRate, Double couponRatio);
 	
-	
 	/**
 	 *  鏍规嵁鍏抽敭璇嶈繘琛屾悳绱㈠晢鍝�-鎼滅储-鎺ㄨ崘
 	 * @param start
@@ -156,9 +155,12 @@
 	 * @param key 鍏抽敭璇�
 	 * @return
 	 */
-	public List<QualityFactory> listRecommendBykey(long start, int count, String key);
+	public List<QualityFactory> listRecommendBykey(long start, int count, String key, Integer hasQuan,
+			Integer userType, Double startprice, Double endprice, Integer sort);
 	
-	public long countRecommendBykey(String key);
+	public long countRecommendBykey(String key, Integer hasQuan, Integer userType, 
+			Double startprice, Double endprice);
+	
 	
 	/**
 	 * 棣栭〉鎺ㄨ崘

--
Gitblit v1.8.0