|
@@ -125,7 +125,6 @@ public class RankV3Strategy implements RankStrategy {
|
|
|
// 3-8
|
|
|
List<Content> pool = contentMap.get(contentPools[2]);
|
|
|
if (CollectionUtils.isNotEmpty(pool)) {
|
|
|
- Collections.shuffle(pool);
|
|
|
result.addAll(pool.subList(0, Math.min(pool.size(), param.getSize() - result.size())));
|
|
|
}
|
|
|
|