From fe37c59dc648e01e0244bff86d87b2793dc4f712 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@Admin> Date: 星期二, 30 十月 2018 17:57:14 +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