This commit is contained in:
he
2022-10-14 11:05:55 +08:00
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();