Uat_Study
he 2023-05-08 09:56:50 +08:00
parent 7649e60d28
commit b4cf5cd2a3
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ namespace IRaCIS.Application.Services
result.TaskList.ForEach(x => result.TaskList.ForEach(x =>
{ {
x.AfterQuestionList = x.BeforeQuestionList.Where(x => x.IsJudgeQuestion) x.AfterQuestionList = x.BeforeQuestionList
.GroupJoin( .GroupJoin(
globalReadingQuestion globalReadingQuestion
, l => new { a = l.QuestionId, b = x.VisitTaskId } , l => new { a = l.QuestionId, b = x.VisitTaskId }