|
@@ -1644,10 +1644,6 @@ public class VectorRecallTestServiceImpl implements VectorRecallTestService {
|
|
|
|
|
|
|
|
VideoMatchEnrichedVO vo = new VideoMatchEnrichedVO();
|
|
VideoMatchEnrichedVO vo = new VideoMatchEnrichedVO();
|
|
|
vo.setArticleId(articleId);
|
|
vo.setArticleId(articleId);
|
|
|
- try {
|
|
|
|
|
- vo.setId(Long.parseLong(articleId));
|
|
|
|
|
- } catch (NumberFormatException ignored) {
|
|
|
|
|
- }
|
|
|
|
|
vo.setModality(Modality.ARTICLE);
|
|
vo.setModality(Modality.ARTICLE);
|
|
|
vo.setConfigCode(StringUtils.hasText(configCode) ? configCode : null);
|
|
vo.setConfigCode(StringUtils.hasText(configCode) ? configCode : null);
|
|
|
vo.setScore(1.0);
|
|
vo.setScore(1.0);
|