he 2024-08-19 13:24:41 +08:00
parent 768345616a
commit b1b82a016e
1 changed files with 2 additions and 2 deletions

View File

@ -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":