Uat_Study
he 2022-05-23 11:08:56 +08:00
parent b75366315b
commit af586f302c
1 changed files with 1 additions and 0 deletions

View File

@ -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(); trials = await this._dbContext.Dictionary.Where(x => trialids.Contains(x.Id)).Select(x => x.ValueCN).ToListAsync();
await InsertInspection<Trial>(item, type, x => new DataInspection() await InsertInspection<Trial>(item, type, x => new DataInspection()
{ {
TrialId = x.Id, TrialId = x.Id,
TrialName = x.ExperimentName, TrialName = x.ExperimentName,