This commit is contained in:
he
2023-05-08 09:56:50 +08:00
parent 7649e60d28
commit b4cf5cd2a3
@@ -350,7 +350,7 @@ namespace IRaCIS.Application.Services
result.TaskList.ForEach(x =>
{
x.AfterQuestionList = x.BeforeQuestionList.Where(x => x.IsJudgeQuestion)
x.AfterQuestionList = x.BeforeQuestionList
.GroupJoin(
globalReadingQuestion
, l => new { a = l.QuestionId, b = x.VisitTaskId }