From c41b6b2eb3e3b0e1840ada82f9d6de3e218862bc Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 19 May 2023 15:00:18 +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/IRECIST1Point1CalculateService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs index 2a9a06526..c2373fe8d 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs @@ -251,7 +251,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate RowIndex = rowoindex, BlindName = rowinfo != null ? rowinfo.BlindName : string.Empty, ReportLayType = ReportLayType.Lesions, - ReportMark = rowinfo.ReportMark + ReportMark = rowinfo != null ? rowinfo.ReportMark : string.Empty, + }) ; }