修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user