Browse Source

修改提示词

wangfeng 4 years ago
parent
commit
b4cbcf8baa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/diagbot/facade/ConceptInfoFacade.java

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