Administrator
2018-11-23 9666caad786d890ace2df4594e71cee47bb489b9
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/QualityFactoryMapper.java
@@ -337,10 +337,13 @@
   List<QualityFactory> listRecommendBykey(@Param("start") long start, @Param("count") int count, 
         @Param("key") String key,@Param("hasQuan") Integer hasQuan,  @Param("userType") Integer userType,
         @Param("startprice") Double startprice, @Param("endprice") Double endprice,
         @Param("startTkRate") Double startTkRate, @Param("endTkRate") Double endTkRate,
         @Param("sort") Integer sort);
   
   long countRecommendBykey(@Param("key") String key, @Param("hasQuan") Integer hasQuan,  
         @Param("userType") Integer userType,@Param("startprice") Double startprice, @Param("endprice") Double endprice);
         @Param("userType") Integer userType,@Param("startprice") Double startprice,
         @Param("endprice") Double endprice,@Param("startTkRate") Double startTkRate,
         @Param("endTkRate") Double endTkRate);
   List<QualityFactory> listQueryBylabIDs(@Param("start") long start, @Param("count") int count,