Compare commits
No commits in common. "2881d9e787beb5d05fac8d9f92c0c426c6624cd4" and "8bd82ed4095af573bb4a76a8114d22d7b9989c6d" have entirely different histories.
2881d9e787
...
8bd82ed409
|
|
@ -782,7 +782,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
var criterionIdInfo = await _readingQuestionCriterionTrialRepository.Where(x => x.Id == trialReadingCriterionId).FirstNotNullAsync();
|
var criterionIdInfo = await _readingQuestionCriterionTrialRepository.Where(x => x.Id == trialReadingCriterionId).FirstNotNullAsync();
|
||||||
|
|
||||||
|
|
||||||
var groupIds = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrialId == trialReadingCriterionId &&( x.Type == ReadingQestionType.Table || x.Type == ReadingQestionType.BasicTable)).Select(x => x.GroupId).Distinct().ToListAsync();
|
var groupIds = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrialId == trialReadingCriterionId && x.Type == ReadingQestionType.Table || x.Type == ReadingQestionType.BasicTable).Select(x => x.GroupId).Distinct().ToListAsync();
|
||||||
|
|
||||||
var questionIds = await _readingQuestionTrialRepository
|
var questionIds = await _readingQuestionTrialRepository
|
||||||
.Where(x => x.IsShowInDicom)
|
.Where(x => x.IsShowInDicom)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue