Administrator
2018-11-05 2d950dce7919a2bc39464f9d264f7b96b69f6d1e
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/QualityFactoryMapper.java
@@ -334,7 +334,11 @@
    * @param key 关键词
    * @return
    */
   List<QualityFactory> listRecommendBykey(@Param("start") long start, @Param("count") int count, @Param("key") String key);
   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("sort") Integer sort);
   
   long countRecommendBykey(@Param("key") String key);
   long countRecommendBykey(@Param("key") String key, @Param("hasQuan") Integer hasQuan,
         @Param("userType") Integer userType,@Param("startprice") Double startprice, @Param("endprice") Double endprice);
}