From 1ce519673a0d3441dcfb3c21e24ebdf94fb90eb1 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 8 Dec 2023 15:16:34 +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 e4eb6f95a..31af7b5a4 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs @@ -2210,7 +2210,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate }).OrderByDescending(x=>x.Answer).FirstOrDefault(); - if (maxSuv == null|| maxSuv==0) + if (maxSuv == null|| maxSuv .Answer == 0m) { return string.Empty; }