From 906dd6b9157f72371b1829e33b937f0ee5943443 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 29 Sep 2022 14:35:17 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index 08447a9c7..f2254ecc9 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -1069,6 +1069,7 @@ namespace IRaCIS.Application.Services QuestionId = x.QuestionId, SubjectId = inDto.SubjectId, GlobalTaskId = inDto.GlobalTaskId, + GlobalAnswerType=x.GlobalAnswerType, TaskId = x.VisitTaskId, TrialId = inDto.TrialId, }).ToList());