修改一版

Uat_Study
he 2022-07-11 11:56:25 +08:00
parent 7976029365
commit c9012ca232
1 changed files with 1 additions and 1 deletions

View File

@ -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 =>
{