IRC_NewDev
he 2024-07-08 16:21:58 +08:00
parent c6531e9249
commit f9734dc5cc
1 changed files with 1 additions and 0 deletions

View File

@ -1207,6 +1207,7 @@ 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))