소스 검색

推理疾病是只推理百分之二十以上的科室

gaodm 6 년 전
부모
커밋
d3982bbb09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      triage-service/src/main/java/com/diagbot/facade/AIFacade.java

+ 1 - 1
triage-service/src/main/java/com/diagbot/facade/AIFacade.java

@@ -86,7 +86,7 @@ public class AIFacade {
 
                 }
                 if (ListUtil.isEmpty(items)){
-                    throw new CommonException(CommonErrorCode.PARAM_IS_ERROR, "请再详细描述不适的症状(例如:不适程度、持续时间等)");
+                    throw new CommonException(CommonErrorCode.PARAM_IS_ERROR, "暂时无法推理出结果");
                 }
                 aidto.setItems(items);
                 break;