|
@@ -1369,7 +1369,7 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
ConceptWrapper conceptWrapper = new ConceptWrapper();
|
|
ConceptWrapper conceptWrapper = new ConceptWrapper();
|
|
conceptWrapper.setStartType(LexiconTypeEnum.DIAGNOSIS.getKey());
|
|
conceptWrapper.setStartType(LexiconTypeEnum.DIAGNOSIS.getKey());
|
|
conceptWrapper.setRelationType(LexiconRSTypeEnum.INCLUDE_OF.getKey());
|
|
conceptWrapper.setRelationType(LexiconRSTypeEnum.INCLUDE_OF.getKey());
|
|
- conceptWrapper.setEndName("慢病");
|
|
|
|
|
|
+ conceptWrapper.setEndName(cryptConfiguer.cryptFlag ? CryptUtil.encrypt_char("慢病") : "慢病");
|
|
List<ConceptRes> list = this.getConcept(conceptWrapper);
|
|
List<ConceptRes> list = this.getConcept(conceptWrapper);
|
|
List<ConceptBaseDTO> res = ListUtil.newArrayList();
|
|
List<ConceptBaseDTO> res = ListUtil.newArrayList();
|
|
if (ListUtil.isNotEmpty(list)) {
|
|
if (ListUtil.isNotEmpty(list)) {
|