From c9012ca232d64bedb67a271c37916d0a5251a1ac Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 11 Jul 2022 11:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingImageTaskService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index 5a69ddcf8..cc8be3dd3 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -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 => {