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

This commit is contained in:
2024-12-17 16:50:58 +08:00
@@ -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>()
};