Administrator
2018-11-05 2d950dce7919a2bc39464f9d264f7b96b69f6d1e
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);
   
   /**
    * 首页推荐