diff --git a/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs b/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs index 7236104fe..f8ebae89c 100644 --- a/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs +++ b/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs @@ -2079,7 +2079,7 @@ namespace IRaCIS.Core.Application.Service.Common #region 区分导表类型 - var removeColumnIndexList = new List() { 6, 7, 8 }; + var removeColumnIndexList = new List() { }; if (inQuery.ReadingExportType == ExportResult.DetailedTableOfAdjudicationResults || inQuery.ReadingExportType == ExportResult.DetailedTableOfAssessmentResults || @@ -2332,7 +2332,7 @@ namespace IRaCIS.Core.Application.Service.Common DynamicItemValueName = "QuestionValue", DynamicItemTitleName = "QuestionName", DynamicListName = "QuestionAnswerList", - RemoveColunmIndexList = new List() { }, + RemoveColunmIndexList = removeColumnIndexList, ColumnNameList = columNameList ?? new List(), TranslateDicNameList = translateDicNameList ?? new List() };