Uat_Study
parent
42f9f68395
commit
1b0827b04e
|
@ -323,7 +323,7 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
groupList.ForEach(x =>
|
groupList.ForEach(x =>
|
||||||
{
|
{
|
||||||
x.Childrens = qusetionList.Where(y => y.GroupName == x.QuestionName && y.ParentId == null).ToList();
|
x.Childrens = qusetionList.Where(y => y.GroupName == x.GroupName && y.ParentId == null).ToList();
|
||||||
|
|
||||||
x.Childrens.ForEach(z =>
|
x.Childrens.ForEach(z =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue