From 8f944605372d55ee42ed1b171fb3ebd383d2f18a Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 1 Mar 2024 11:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E7=AE=97=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 88ea0f4ca..57a6dce9a 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs @@ -2634,7 +2634,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate }).OrderByDescending(x=>x.Answer).FirstOrDefault(); if (maxSuv == null|| maxSuv.Answer == 0m) { - return string.Empty; + return "NE"; } else {