Uat_Study
he 2023-04-25 15:11:08 +08:00
parent ac2fbc07dd
commit 371cc24520
1 changed files with 2 additions and 1 deletions

View File

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