From fe28fd355b46b3348c9a25a47c99a85f22544b53 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 19 May 2023 10:28:04 +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/General/GeneralCalculateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs index 6cc4d242e..de36f507c 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs @@ -244,7 +244,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate { if (needRowIds.Contains(x.Id)) { - x.FristAddTaskId = visitTaskId; + //x.FristAddTaskId = visitTaskId; x.QuestionId = otherLesionQuestion.Id; x.OrderMark = otherLesionQuestion.OrderMark; x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();