From c7103654e33975db430b09be67ba49114455e4c7 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 24 Apr 2025 10:02:39 +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/ReadingCalculate/MRECISTHCCCalculateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs index 489fa4fb9..d28135e2d 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs @@ -840,7 +840,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate rowInfo.VisitTaskId = visitTaskId; rowInfo.IsCurrentTaskAdd = true; rowInfo.Id = NewId.NextGuid(); - + rowInfo.FristAddTaskId = visitTaskId; rowInfo.QuestionId = question == null ? default(Guid) : question.Id; rowInfo.RowMark = question?.OrderMark + rowInfo.RowIndex.GetLesionMark(); }