排除访视

Test_IRC_Net10
he 2026-08-17 15:09:05 +08:00
parent b3eb985f04
commit 4eccc7b96f
1 changed files with 1 additions and 1 deletions

View File

@ -1162,7 +1162,7 @@ namespace IRaCIS.Core.Application.Service
}
var questionIds = answerList.Select(x => x.QuestionId).Distinct().ToList();
var questions = await _readingQuestionTrialRepository.Where(x => questionIds.Contains(x.Id)).Select(x => new
var questions = await _readingQuestionTrialRepository.Where(x => questionIds.Contains(x.Id)&&x.LimitShow == LimitShow.ExcludeSomeVisits).Select(x => new
{
x.Id,
x.ExcludeShowVisitList,