| | |
| | | * @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); |
| | | } |