luojunhui 5 дней назад
Родитель
Сommit
e5dd08a28f

+ 0 - 4
core/src/main/java/com/tzld/videoVector/service/recall/impl/VectorRecallTestServiceImpl.java

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