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