Administrator
2018-11-20 d34b6edccfb6e8a88bb2d75373cb892491a1b576
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);
   
   
   /**