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,