Uat_Study
he 2022-08-26 13:38:18 +08:00
parent 2ab99c34d3
commit c64f4d29ed
1 changed files with 0 additions and 1 deletions

View File

@ -1045,7 +1045,6 @@ namespace IRaCIS.Application.Services
{
item.Childrens = questionlists.Where(x => x.ParentId == item.Id || (item.Type == "group" && x.Type != "group" && x.ParentId == null && x.GroupName == item.GroupName)).ToList();
item.Childrens.AddRange(tableQuestions.Where(x => x.ReadingQuestionId == item.Id).Select(x => new GetSystemReadingQuestionOutDto
{
Childrens = new List<GetSystemReadingQuestionOutDto>(),