From 41bbd8e5f13ca8259dd1f834d38e39d0e878b37d Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 7 Sep 2022 10:13:31 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index 11a17a339..a3dd800ae 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -252,11 +252,12 @@ namespace IRaCIS.Application.Services QuestionId=x.QuestionId, RowIndex=x.RowIndex, TrialId=x.TrialId, - VisitTaskId=visitTaskId + VisitTaskId=visitTaskId, }).ToListAsync(); tableRowAnswers.ForEach(x => { + x.IsCurrentTaskAdd = false; x.Id = NewId.NextGuid(); });