diff --git a/IRaCIS.Core.Application/Service/Visit/PatientService.cs b/IRaCIS.Core.Application/Service/Visit/PatientService.cs index 3d9e5f6e9..be8b05776 100644 --- a/IRaCIS.Core.Application/Service/Visit/PatientService.cs +++ b/IRaCIS.Core.Application/Service/Visit/PatientService.cs @@ -178,7 +178,7 @@ namespace IRaCIS.Application.Services catch (Exception) { - return ResponseOutput.NotOk("授权信息无法解密,请勿人为修改授权信息,如果有误,请联系开发解决"); + return ResponseOutput.Ok(trial, msg: "项目未授权,请确认。", code: ApiResponseCodeEnum.NeedTips); } } return ResponseOutput.Ok(trial);