喻健
2018-12-05 81c5a6d83f8ff2007ee3ca7305dd3931b06af639
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);
   
   
   /**