Uat_Study
parent
0afb1d2dc1
commit
f87bba7f8a
|
@ -215,7 +215,7 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
tableQuestion.Answer.Add(new TaskQuestionAnswer()
|
tableQuestion.Answer.Add(new TaskQuestionAnswer()
|
||||||
{
|
{
|
||||||
Answer = tableAnswers.Where(x => x.VisitTaskId == task.VisitTaskId && x.TableQuestionId == tableQuestion.QuestionId&&x.RowIndex==tableQuestion.RowIndex&&x.TableQuestionId== tableQuestion.Id).Select(x => x.Answer).FirstIsNullReturnEmpty(),
|
Answer = tableAnswers.Where(x => x.VisitTaskId == task.VisitTaskId && x.QuestionId == tableQuestion.QuestionId&&x.RowIndex==tableQuestion.RowIndex&&x.TableQuestionId== tableQuestion.TableQuestionId).Select(x => x.Answer).FirstIsNullReturnEmpty(),
|
||||||
TaskName = task.TaskName,
|
TaskName = task.TaskName,
|
||||||
VisitTaskId = task.VisitTaskId,
|
VisitTaskId = task.VisitTaskId,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue