Uat_Study
parent
ac2fbc07dd
commit
371cc24520
|
@ -300,7 +300,8 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
result.TaskList.ForEach(x =>
|
result.TaskList.ForEach(x =>
|
||||||
{
|
{
|
||||||
x.AfterQuestionList = x.BeforeQuestionList.Where(x=>x.IsJudgeQuestion).GroupJoin(
|
x.AfterQuestionList = x.BeforeQuestionList
|
||||||
|
.GroupJoin(
|
||||||
globalReadingQuestion
|
globalReadingQuestion
|
||||||
, l => new { a = l.QuestionId, b = x.VisitTaskId }
|
, l => new { a = l.QuestionId, b = x.VisitTaskId }
|
||||||
, r => new { a = r.QuestionId, b = r.TaskId }
|
, r => new { a = r.QuestionId, b = r.TaskId }
|
||||||
|
|
Loading…
Reference in New Issue