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)