This commit is contained in:
he
2022-07-11 11:21:21 +08:00
parent 42f9f68395
commit 1b0827b04e
@@ -323,7 +323,7 @@ namespace IRaCIS.Application.Services
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 =>
{