From 83b006c615599bc923016ee28f4cc578a2cdbe0f Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 9 May 2023 15:16:00 +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 --- .../Reading/ReadingImageTask/ReadingImageTaskService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs index 1d344195d..b794811e9 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs @@ -1907,6 +1907,7 @@ namespace IRaCIS.Application.Services IsCurrentTaskAdd = isCurrentTaskAdd, WL = rowInfo.WL, WW = rowInfo.WW, + MarkTool = inDto.MarkTool, OrganInfoId = rowInfo.OrganInfoId, PicturePath = rowInfo.PicturePath, NumberOfFrames = rowInfo.NumberOfFrames, @@ -1916,7 +1917,7 @@ namespace IRaCIS.Application.Services VisitTaskId = rowInfo.VisitTaskId, StudyId = rowInfo.StudyId, IsCanEditPosition = rowInfo.IsCanEditPosition, - }); + }) ; foreach (var item in inDto.AnswerList)