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