From 8556f7cdf65eee01ebc8ef96a02633711734334d Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 19 May 2023 11:14:40 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs index a081f1eb5..b04fb04c3 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs @@ -247,6 +247,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate x.FristAddTaskId = x.FristAddTaskId==beforeConvertedTaskId? visitTaskId: x.FristAddTaskId; x.QuestionId = otherLesionQuestion.Id; x.OrderMark = otherLesionQuestion.OrderMark; + x.FromMark = x.RowMark; x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark(); }