From ff72c4aefc48b145fd36e221114eaad34f2b8a72 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 6 Aug 2026 14:06:09 +0800 Subject: [PATCH] =?UTF-8?q?sheet=E9=A1=B5=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Helper/FileDocProcess/ExcelExportHelper.cs | 6 +++--- .../Service/ReadingCalculate/IVUSCalculateService.cs | 2 +- .../Service/ReadingCalculate/OCTCalculateService.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/IRaCIS.Core.Application/Helper/FileDocProcess/ExcelExportHelper.cs b/IRaCIS.Core.Application/Helper/FileDocProcess/ExcelExportHelper.cs index 655aecafc..f1f07ff5d 100644 --- a/IRaCIS.Core.Application/Helper/FileDocProcess/ExcelExportHelper.cs +++ b/IRaCIS.Core.Application/Helper/FileDocProcess/ExcelExportHelper.cs @@ -930,8 +930,8 @@ public static class ExcelExportHelper int sheetCount = workbook.Worksheets.Count; - if (sheetCount == 2) - { + //if (sheetCount == 2) + //{ if (inDto.IsEnglish) { workbook.Worksheet(1).Delete(); // 删除第一个工作表 @@ -940,7 +940,7 @@ public static class ExcelExportHelper { workbook.Worksheet(2).Delete(); // 删除第二个工作表 } - } + //} #endregion diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/IVUSCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/IVUSCalculateService.cs index 298154f5f..604bc582e 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/IVUSCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/IVUSCalculateService.cs @@ -507,7 +507,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate List sheetNames = new List() { - "各匹配片段测量值","MeasuredValue" + "ROI测量值","ROI 测量值" }; if (sheetNames.Intersect(uploadInfo.SheetNames).Count() == 0) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs index c7bde5a5c..7f05e0469 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs @@ -361,7 +361,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate List sheetNames = new List() { - "FCT导入","FCT" + "ROI测量值","ROI 测量值" }; if (sheetNames.Intersect(uploadInfo.SheetNames).Count() == 0)