|
@@ -347,13 +347,11 @@ public class ConceptInfoFacade extends ConceptInfoServiceImpl {
|
|
|
String typeName = dicStaticTypeValNameMap.get(staticKnowledgeHISVO.getType());
|
|
|
List<DictionaryInfoDTO> dicList = dictionaryFacade.getListByGroupType(8);
|
|
|
typeName = convertTypeName(typeName, 1, dicList);
|
|
|
-
|
|
|
//术语映射
|
|
|
List<String> uniqueNameList = getUniqueNames(staticKnowledgeHISVO);
|
|
|
if (ListUtil.isEmpty(uniqueNameList)) {
|
|
|
return retList;
|
|
|
}
|
|
|
-
|
|
|
QueryWrapper<ConceptInfo> conceptInfoQueryWrapper = new QueryWrapper<>();
|
|
|
conceptInfoQueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
.in("name", uniqueNameList)
|