Uat_Study
parent
c42000323b
commit
e45165e523
|
@ -1045,15 +1045,16 @@ 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>(),
|
||||
ShowOrder = x.ShowOrder,
|
||||
GroupName = String.Empty,
|
||||
GroupName = string.Empty,
|
||||
Id = x.Id,
|
||||
Type=x.Type,
|
||||
TypeValue=x.TypeValue,
|
||||
RelevanceId=x.RelevanceId,
|
||||
RelevanceValue=x.RelevanceValue,
|
||||
ImageCount = 0,
|
||||
ParentId = item.Id,
|
||||
QuestionName = x.QuestionName,
|
||||
|
|
Loading…
Reference in New Issue