From 11a8e6e565890a3d6375d182e98af935e00163ef Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 7 Jun 2023 10:27:59 +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 94f8b0ab5..faaf8a8ad 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs @@ -221,7 +221,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate { x.VisitTaskId = visitTaskId; x.IsCurrentTaskAdd = false; - //x.FristAddTaskId = visitTaskId; + x.FristAddTaskId = x.FristAddTaskId== beforeConvertedTaskId? visitTaskId : x.FristAddTaskId; x.Id = NewId.NextGuid(); });