|
@@ -827,7 +827,7 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
private List<ConceptBaseDTO> getConceptChronic() {
|
|
|
ConceptWrapper conceptWrapper = new ConceptWrapper();
|
|
|
conceptWrapper.setStartType(LexiconTypeEnum.DIAGNOSIS.getKey());
|
|
|
- conceptWrapper.setRelationType(LexiconRSTypeEnum.BELONG_TO.getKey());
|
|
|
+ conceptWrapper.setRelationType(LexiconRSTypeEnum.INCLUDE_OF.getKey());
|
|
|
conceptWrapper.setEndName("慢病");
|
|
|
List<ConceptRes> list = this.getConcept(conceptWrapper);
|
|
|
List<ConceptBaseDTO> res = ListUtil.newArrayList();
|