修改返回的配置
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-06 16:41:33 +08:00
parent c97186a557
commit 1676516441
2 changed files with 8 additions and 2 deletions
@@ -421,7 +421,7 @@ public static class ExcelExportHelper
workbook.RemoveSheetAt(1);
}
//中文替换项目术语
#region
if (data.TrialObjectNameList?.Count > 0)
{
var replaceObjectList = data.TrialObjectNameList;
@@ -457,6 +457,9 @@ public static class ExcelExportHelper
}
}
}
#endregion
if (dynamicColumnConfig != null)
{
@@ -468,6 +471,7 @@ public static class ExcelExportHelper
//动态移除列的数量
var dynamicRemoveColunmCount = dynamicColumnConfig.RemoveColunmIndexList.Count();
//在动态列开始前移除的数量
var beforeDynamicRemoveCount = dynamicColumnConfig.RemoveColunmIndexList.Where(t => t < dynamicColumnConfig.AutoColumnStartIndex).Count();
//动态添加列的数量