Uat_Study
he 2022-08-31 16:42:59 +08:00
parent 8da1210b15
commit 0afb1d2dc1
1 changed files with 1 additions and 1 deletions

View File

@ -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,