Uat_Study
parent
b75366315b
commit
af586f302c
|
@ -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<Trial>(item, type, x => new DataInspection()
|
||||
|
||||
{
|
||||
TrialId = x.Id,
|
||||
TrialName = x.ExperimentName,
|
||||
|
|
Loading…
Reference in New Issue