From 99ccf468e12f877fd05d05957501114208c2b757 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 29 Sep 2022 11:28:58 +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, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index e16db086d..bdd5a1803 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -418,6 +418,7 @@ namespace IRaCIS.Application.Services RowId=x.RowId, QuestionMark = x.ReadingTableQuestionTrial.QuestionMark, TableQuestionId = x.TableQuestionId, + RowIndex = x.RowIndex, TrialId = x.TrialId }).ToListAsync(); @@ -428,6 +429,7 @@ namespace IRaCIS.Application.Services tableRowAnswers.ForEach(x => { x.VisitTaskId = visitTaskId; + x.IsCurrentTaskAdd = false; x.Id = NewId.NextGuid(); x.SeriesId = null; x.InstanceId = null;