Selaa lähdekoodia

静态知识检索

zhaops 4 vuotta sitten
vanhempi
commit
2d8e3d63ff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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转换