From 2d950dce7919a2bc39464f9d264f7b96b69f6d1e Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@S0ZHK00LKCA6OYY>
Date: 星期一, 05 十一月 2018 17:05:51 +0800
Subject: [PATCH] 1.添加IOS推送日志记录 2.分享添加显示描述语

---
 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