|
@@ -296,7 +296,7 @@ public class RankService {
|
|
|
// return extractAndSort(param, FlowPoolConstants.PUSH_FORM);
|
|
|
//供给流量池 新增pushForm;由于供给流量池占比小,先判断 正常流量池
|
|
|
List<Video> flowPoolVideos = extractAndSort(param, FlowPoolConstants.PUSH_FORM);
|
|
|
- if (CollectionUtils.isNotEmpty(quickFlowPoolVideos)) {
|
|
|
+ if (CollectionUtils.isNotEmpty(flowPoolVideos)) {
|
|
|
return flowPoolVideos;
|
|
|
} else {
|
|
|
return extractAndSort(param, FlowPoolConstants.SUPPLY_PUSH_FORM);
|