|
@@ -1584,6 +1584,7 @@ public class VideoSearchServiceImpl implements VideoSearchService {
|
|
|
v.setMatchMethod(r.getMatchMethod());
|
|
v.setMatchMethod(r.getMatchMethod());
|
|
|
v.setMatchVideoFilter(r.getMatchVideoFilter());
|
|
v.setMatchVideoFilter(r.getMatchVideoFilter());
|
|
|
v.setMatchSort(r.getMatchSort());
|
|
v.setMatchSort(r.getMatchSort());
|
|
|
|
|
+ v.setMatchExposurePv(r.getMatchExposurePv());
|
|
|
v.setMatchedVideos(new ArrayList<>());
|
|
v.setMatchedVideos(new ArrayList<>());
|
|
|
return v;
|
|
return v;
|
|
|
});
|
|
});
|