From a4b2d6899540c4e120894e788aeddd1472cca30c Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 16 Apr 2024 17:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=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 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 5b6274db0..bea049c0a 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -1940,9 +1940,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common ObjectRelationParentId2 = x.ClinicalDataTrialSetId, - }, new + }, new { - Type = ClinicalFileType.PreviousSurgery + ClinicalDataLevel= ClinicalLevel.Subject, + + Type = ClinicalFileType.PreviousSurgery }); } @@ -1967,7 +1969,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common ObjectRelationParentId = x.SubjectVisitId, }, new { - Type = ClinicalFileType.PreviousHistory + ClinicalDataLevel = ClinicalLevel.Subject, + Type = ClinicalFileType.PreviousHistory }); } @@ -1990,7 +1993,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common ObjectRelationParentId = x.SubjectVisitId, }, new { - Type = ClinicalFileType.PreviousOther + ClinicalDataLevel = ClinicalLevel.Subject, + Type = ClinicalFileType.PreviousOther }); }