From b179a2fa494c3936174b32cf37ce1552f2230864 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 16 Jan 2024 10:40:35 +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/LuganoCalculateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs index a1db4fa27..5f1f755de 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs @@ -2039,7 +2039,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate } // 本访视病灶的 max SUVmax(所有病灶中最大的)> 2 * 肝脏血池SUVmax - else if (maxSUVmax >2* LiverSUVmax&& LiverSUVmax != 0) + else if (maxSUVmax >2* LiverSUVmax&& LiverSUVmax != 0m) { result = PET5PSScore.Five; }