| | |
| | | public long countRecommend(Double proportion, Integer startAmount, Integer couponAmount,
|
| | | double tkRate, Double couponRatio);
|
| | |
|
| | | |
| | | /**
|
| | | * 根据关键词进行搜索商品-搜索-推荐
|
| | | * @param start
|
| | |
| | | * @param key 关键词
|
| | | * @return
|
| | | */
|
| | | public List<QualityFactory> listRecommendBykey(long start, int count, String key);
|
| | | public List<QualityFactory> listRecommendBykey(long start, int count, String key, Integer hasQuan,
|
| | | Integer userType, Double startprice, Double endprice, Integer sort);
|
| | |
|
| | | public long countRecommendBykey(String key);
|
| | | public long countRecommendBykey(String key, Integer hasQuan, Integer userType, |
| | | Double startprice, Double endprice);
|
| | | |
| | |
|
| | | /**
|
| | | * 首页推荐
|