修改提交
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-12-17 16:50:58 +08:00
commit 5694addef6
1 changed files with 2 additions and 2 deletions

View File

@ -2079,7 +2079,7 @@ namespace IRaCIS.Core.Application.Service.Common
#region 区分导表类型
var removeColumnIndexList = new List<int>() { 6, 7, 8 };
var removeColumnIndexList = new List<int>() { };
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<int>() { },
RemoveColunmIndexList = removeColumnIndexList,
ColumnNameList = columNameList ?? new List<string>(),
TranslateDicNameList = translateDicNameList ?? new List<string>()
};