Uat_Study
parent
8da1210b15
commit
0afb1d2dc1
|
@ -197,7 +197,7 @@ namespace IRaCIS.Application.Services
|
|||
foreach (var row in question.Childrens)
|
||||
{
|
||||
// tableQuestion
|
||||
row.Childrens = tableQuestionList.Select(x => new ReadingReportDto()
|
||||
row.Childrens = tableQuestionList.Where(x=>x.ReadingQuestionId== question.QuestionId).Select(x => new ReadingReportDto()
|
||||
{
|
||||
QuestionName = x.QuestionName,
|
||||
QuestionId = x.ReadingQuestionId,
|
||||
|
|
Loading…
Reference in New Issue