Browse Source

静态知识检索

zhaops 4 năm trước cách đây
mục cha
commit
2d8e3d63ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/java/com/diagbot/facade/ConceptInfoFacade.java

+ 1 - 1
src/main/java/com/diagbot/facade/ConceptInfoFacade.java

@@ -160,7 +160,7 @@ public class ConceptInfoFacade extends ConceptInfoServiceImpl {
                 n += 1000;
             } while (conceptInfoList.size() < 100 && n < conNameList.size());
 
-            staticKnowledgeIndexDTOList = staticKnowledgeIndexDTOList.subList(0, n);
+            //staticKnowledgeIndexDTOList = staticKnowledgeIndexDTOList.subList(0, n);
 
             if (ListUtil.isNotEmpty(conceptInfoList)) {
                 //typeName转换