From 78e9d430bde55fddcdb980baf194eb98c6cdd661 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 22 May 2023 14:37:37 +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, 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs index 533ebf48b..e6919d664 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs @@ -252,9 +252,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate x.FromMark = x.FristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark; x.FristAddTaskId = x.FristAddTaskId==beforeConvertedTaskId? visitTaskId: x.FristAddTaskId; x.QuestionId = otherLesionQuestion.Id; - x.OrderMark = otherLesionQuestion.OrderMark; - x.ReportMark = x.RowMark; }