From af586f302c021ddb016b7252e6b97eea902cdffc Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 23 May 2022 11:08:56 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index d5f029c4d..d76cab378 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -170,6 +170,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common trials = await this._dbContext.Dictionary.Where(x => trialids.Contains(x.Id)).Select(x => x.ValueCN).ToListAsync(); await InsertInspection(item, type, x => new DataInspection() + { TrialId = x.Id, TrialName = x.ExperimentName,