From a586b267db548ed938fa2c0698d618fa7033ac53 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 22 May 2023 13:56:08 +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 --- .../ReadingCalculate/General/GeneralCalculateService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs index 497573f8a..243c29cdd 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs @@ -252,9 +252,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate x.QuestionId = otherLesionQuestion.Id; x.OrderMark = otherLesionQuestion.OrderMark; - x.FromMark = x.FristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark; + x.ReportMark = x.RowMark; x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark(); + x.FromMark = x.FristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark; }