From 4f62f2f2d06a4a0c374f3808dc188af2c9f9961b Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 4 Mar 2026 16:26:56 +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=E5=BF=85=E5=A1=AB?= 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 a941958f4..62bb4d6fa 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() ?? string.Empty), + LipidAngle = getdecimalEmptyData(dataTable.Rows[i]["I"].ToString()), }); } catch (Exception)