Administrator
2018-11-27 acd2b6eaf5ebd1a9d5aa1f54a741dfa6fc52ac10
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);
   
   
   /**