admin
2018-12-25 4cb15e222cd7d099d533ccbeb7f9a8cd99bf180c
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);