修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user