From acd8e1765b0bb746996ef334c3635f3d96188ab1 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 1 Dec 2023 14:34:26 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs index 0b4096b78..af15290b6 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs @@ -1823,8 +1823,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate { result = SpleenAssessment.Increase; } - // 基线垂直径≤130mm - else if (baseLineSpleenLength <= 130) + // 当前垂直径≤130mm + else if (spleenLength <= 130) { result = SpleenAssessment.Normal; }