From cfa38f2318d1eba8981823c51b437a1f19468e06 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 4 Mar 2026 16:55:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=84=82=E8=B4=A8=E8=A7=92?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ReadingCalculate/OCTCalculateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs index 62bb4d6fa..73c8cddaa 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs @@ -347,7 +347,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate MicrochannelMeasurement =dataTable.Rows[i]["F"].ToString() ?? string.Empty, CholesterolCrystalMeasurement = dataTable.Rows[i]["G"].ToString() ?? string.Empty, LumenAreaMeasurement = getdecimalEmptyData(dataTable.Rows[i]["H"].ToString() ?? string.Empty), - LipidAngle = getdecimalEmptyData(dataTable.Rows[i]["I"].ToString()), + LipidAngle = getdecimalData(dataTable.Rows[i]["I"].ToString()), }); } catch (Exception)