|
@@ -43,7 +43,7 @@ public class DisTypeFacade extends DisTypeServiceImpl {
|
|
|
ConceptWrapper conceptWrapper = new ConceptWrapper();
|
|
|
conceptWrapper.setStartType(LexiconTypeEnum.DIAGNOSIS.getKey());
|
|
|
conceptWrapper.setEndType(LexiconTypeEnum.TYPES_OF_DISEASE.getKey());
|
|
|
- conceptWrapper.setRelationType(LexiconRSTypeEnum.BELONG_TO.getKey());
|
|
|
+ conceptWrapper.setRelationType(LexiconRSTypeEnum.INCLUDE_OF.getKey());
|
|
|
List<ConceptRes> list = conceptFacade.getConcept(conceptWrapper);
|
|
|
|
|
|
// 出参数据封装
|
|
@@ -91,7 +91,7 @@ public class DisTypeFacade extends DisTypeServiceImpl {
|
|
|
conceptWrapper.setEndId(disTypeConcept.getId());
|
|
|
conceptWrapper.setEndName(disTypeName);
|
|
|
conceptWrapper.setEndType(LexiconTypeEnum.TYPES_OF_DISEASE.getKey());
|
|
|
- conceptWrapper.setRelationType(LexiconRSTypeEnum.BELONG_TO.getKey());
|
|
|
+ conceptWrapper.setRelationType(LexiconRSTypeEnum.INCLUDE_OF.getKey());
|
|
|
List<ConceptRes> conceptResList = conceptFacade.getConcept(conceptWrapper);
|
|
|
if (ListUtil.isNotEmpty(conceptResList)) {
|
|
|
return true;
|