| | |
| | | * @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);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param proportion 计算比例
|
| | | * @return
|
| | | */
|
| | | public JSONArray getRecommendToIndex(long start, int count, String proportion, String fcRate);
|
| | | public JSONArray getRecommendToIndex(long start, int count, String proportion);
|
| | |
|
| | | public long countRecommendToIndex(String proportion);
|
| | |
|