Test.EIImageViewer
he 2022-10-14 11:05:55 +08:00
parent 5383d539bc
commit 3aab3e30e8
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ namespace IRaCIS.Core.Application.Triggers
// 是否全局阅片
var trial = await _repository.Where<Trial>(x => x.Id == trialId).FirstNotNullAsync();
var criterionList = await _repository.Where<ReadingQuestionCriterionTrial>(x => x.TrialId == trialId && x.IsConfirm && x.IsGlobalReading && x.IsReadingTaskViewInOrder).ToListAsync();