Compare commits

..

No commits in common. "3ff95ede2cbdb1779afab03dfd2ab95bdc26aea7" and "c32ec2f1321a72f7c31cf5f4702ce360c7e85c1c" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -1207,7 +1207,6 @@ namespace IRaCIS.Application.Services
var groupList = new List<TrialReadQuestionData>();
var qusetionIds = qusetionList.Select(x => x.Id).ToList();
var tableQuestionList = await _readingTableQuestionTrialRepository
.WhereIf(inDto.QuestionClassify != null, x => x.QuestionClassify == inDto.QuestionClassify)
.Where(x => qusetionIds.Contains(x.ReadingQuestionId))