From a4365713648714f5b21b00ee5b9478ffd677a003 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Sun, 28 Sep 2025 12:18:47 +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/PCWG3CalculateService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs index 825861e56..13aaf92d1 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs @@ -933,6 +933,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate needAddList.Add(new ReadingTaskQuestionAnswer() { Answer = item.Answer, + PCWGInterimAnswer=null, ReadingQuestionTrialId = item.QuestionId, }); }