修改一版
parent
7976029365
commit
c9012ca232
|
@ -323,7 +323,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
groupList.ForEach(x =>
|
||||
{
|
||||
x.Childrens = qusetionList.Where(y => y.GroupName == x.GroupName && y.ParentId == null).ToList();
|
||||
x.Childrens = qusetionList.Where(y => y.GroupName == x.GroupName && y.ParentId == null&& y.Type != "group").ToList();
|
||||
|
||||
x.Childrens.ForEach(z =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue