|
@@ -260,7 +260,7 @@ public class FlowPoolService {
|
|
|
Collectors.collectingAndThen(
|
|
|
Collectors.toList(),
|
|
|
list -> list.stream()
|
|
|
- .sorted(Comparator.comparingDouble(DouHotVideoProvince::getTgi).reversed())
|
|
|
+ .sorted(Comparator.comparingDouble(DouHotVideoProvince::getRate).reversed())
|
|
|
.limit(10)
|
|
|
.map(DouHotVideoProvince::getName)
|
|
|
.collect(Collectors.toList())
|