From c4b588376d36d42c3530d5413de5aa7f35effde6 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 22 Sep 2025 11:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ReadingCalculate/PCWG3CalculateService.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs index ced5c5a11..185fd525a 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs @@ -1185,6 +1185,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate { item.Answer = item.PCWGInterimAnswer; } + if (item.QuestionType == QuestionType.DaysBetween) + { + item.Answer = inDto.NumberOfDaysBetween.ToString(); + } } FrontGetSiteVisitForTumorEvaluationOutDto result = new FrontGetSiteVisitForTumorEvaluationOutDto();