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