yujian
2019-03-27 f4fa74c0347e2e82a4df10d0a4a41fa6b45c9325
fanli/src/main/java/com/yeshi/fanli/service/inter/lable/QualityGoodsService.java
@@ -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);
   
@@ -181,4 +181,18 @@
    * @return
    */
   public  List<QualityFactory> recommendByAuctionId(Long paramLong);
   /**
    * 免单商品
    * @param start
    * @param count
    * @param tkRate 佣金比例
    * @param lableName 标签名
    * @return
    */
   public List<QualityFactory> listFreeGoods(long start, int count, Double tkRate, String lableName);
   public long countFreeGoods(Double tkRate, String lableName);
}