修改一版
This commit is contained in:
@@ -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 =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user