Test.EIImageViewer
parent
5383d539bc
commit
3aab3e30e8
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue