修改提交
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
5694addef6
|
@ -2079,7 +2079,7 @@ namespace IRaCIS.Core.Application.Service.Common
|
||||||
|
|
||||||
#region 区分导表类型
|
#region 区分导表类型
|
||||||
|
|
||||||
var removeColumnIndexList = new List<int>() { 6, 7, 8 };
|
var removeColumnIndexList = new List<int>() { };
|
||||||
|
|
||||||
if (inQuery.ReadingExportType == ExportResult.DetailedTableOfAdjudicationResults ||
|
if (inQuery.ReadingExportType == ExportResult.DetailedTableOfAdjudicationResults ||
|
||||||
inQuery.ReadingExportType == ExportResult.DetailedTableOfAssessmentResults ||
|
inQuery.ReadingExportType == ExportResult.DetailedTableOfAssessmentResults ||
|
||||||
|
@ -2332,7 +2332,7 @@ namespace IRaCIS.Core.Application.Service.Common
|
||||||
DynamicItemValueName = "QuestionValue",
|
DynamicItemValueName = "QuestionValue",
|
||||||
DynamicItemTitleName = "QuestionName",
|
DynamicItemTitleName = "QuestionName",
|
||||||
DynamicListName = "QuestionAnswerList",
|
DynamicListName = "QuestionAnswerList",
|
||||||
RemoveColunmIndexList = new List<int>() { },
|
RemoveColunmIndexList = removeColumnIndexList,
|
||||||
ColumnNameList = columNameList ?? new List<string>(),
|
ColumnNameList = columNameList ?? new List<string>(),
|
||||||
TranslateDicNameList = translateDicNameList ?? new List<string>()
|
TranslateDicNameList = translateDicNameList ?? new List<string>()
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue