From b1b82a016e806fc6e0fef117c476d09d7f6133a2 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 19 Aug 2024 13:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index ae9e2566b..be961736e 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -159,7 +159,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common t.IsTrialProcessConfirmed, t.IsTrialUrgentConfirmed, t.IsConfigureEmail, - t.IsPACSConnect, + t.IsTrialPACSConfirmed, }).FirstOrDefaultAsync(); switch (_userInfo.RequestUrl) { @@ -174,7 +174,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common extraIdentification = $"/{oldentity.IsTrialUrgentConfirmed.ToString()}"; break; case "configTrialBasicInfo/ConfigTrialPACSInfoConfirm": - extraIdentification = $"/{oldentity.IsPACSConnect.ToString()}"; + extraIdentification = $"/{oldentity.IsTrialPACSConfirmed.ToString()}"; break; case "TrialEmailNoticeConfig/setTrialEmail":