|
@@ -1584,7 +1584,6 @@ 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;
|
|
|
});
|
|
});
|
|
@@ -1598,6 +1597,7 @@ public class VideoSearchServiceImpl implements VideoSearchService {
|
|
|
mv.setSim(r.getMatchSim());
|
|
mv.setSim(r.getMatchSim());
|
|
|
mv.setRov(r.getMatchRov());
|
|
mv.setRov(r.getMatchRov());
|
|
|
mv.setText(r.getMatchText());
|
|
mv.setText(r.getMatchText());
|
|
|
|
|
+ mv.setMatchExposurePv(r.getMatchExposurePv());
|
|
|
vo.getMatchedVideos().add(mv);
|
|
vo.getMatchedVideos().add(mv);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|