|
@@ -995,7 +995,7 @@ public class ConceptInfoFacade extends ConceptInfoServiceImpl {
|
|
|
|
|
|
public List<GetAllForRelationDTO> searchConceptByNameAndLibType(SearchConceptVO searchConceptVO) {
|
|
|
RespDTO<List<GetAllForRelationDTO>> relationDTORespDTO = cdssCoreClient.searchConcept(searchConceptVO);
|
|
|
- RespDTOUtil.respNGDeal(relationDTORespDTO, "停用规则失败");
|
|
|
+ RespDTOUtil.respNGDeal(relationDTORespDTO, "查询诊断依据相关的类型术语失败");
|
|
|
return relationDTORespDTO.data;
|
|
|
}
|
|
|
}
|