wangfeng 4 rokov pred
rodič
commit
b4cbcf8baa

+ 1 - 1
src/main/java/com/diagbot/facade/ConceptInfoFacade.java

@@ -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;
     }
 }