Uat_Study
parent
7649e60d28
commit
b4cf5cd2a3
|
@ -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 }
|
||||||
|
|
Loading…
Reference in New Issue