From aacfbf7178e18ef4186e45e0413ab2fbc54b3f9b Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 28 Nov 2023 16:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=BD=E6=9F=A53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index ee620541b..d77762729 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -2216,6 +2216,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common var clinicalDataSetNameList = clinicalDataTrialSetList.Select(x => x.ClinicalDataSetName).ToList(); await InsertInspection(readModuleCriterionFrom, type, x => new InspectionConvertDTO() { + GeneralId= readModuleCriterionFrom.ReadModuleId, TrialId = subject.TrialId, SubjectId = subject.Id, }, new @@ -2279,6 +2280,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common await InsertInspection(readModuleCriterionFrom, type, x => new InspectionConvertDTO() { + GeneralId= entity.Id, TrialId = subject.TrialId, SubjectId = subject.Id, }, new