IRC_NewDev
parent
c6531e9249
commit
f9734dc5cc
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue