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