From e7f21db79a977fde45bee83dc82d6fcacb22773e Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 20 Dec 2023 13:18:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=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 b34473559..db02dfa1b 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs @@ -2218,7 +2218,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate }).OrderByDescending(x=>x.Answer).FirstOrDefault(); - if (maxSuv == null|| maxSuv .Answer == 0m) + if (maxSuv == null|| maxSuv.Answer == 0m) { return string.Empty; }