From 1b0827b04edf570e5a725adf1aaa0f865a4c8f75 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 11 Jul 2022 11:21:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= 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 edfdb6a1e..5a69ddcf8 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.QuestionName && y.ParentId == null).ToList(); + x.Childrens = qusetionList.Where(y => y.GroupName == x.GroupName && y.ParentId == null).ToList(); x.Childrens.ForEach(z => {