Commit c9dd0000 authored by Quxl's avatar Quxl

x

parent d3715faa
...@@ -514,7 +514,7 @@ public class ExportServiceImpl implements ExportService { ...@@ -514,7 +514,7 @@ public class ExportServiceImpl implements ExportService {
} }
} }
Map<String, String> columnMap = this.getApplyPassListColumns(); Map<String, String> columnMap = this.getReviewPassListColumns();
List<String> titleList = new ArrayList<String>(); List<String> titleList = new ArrayList<String>();
List<String> columnList = new ArrayList<String>(); List<String> columnList = new ArrayList<String>();
if(columns == null || columns.length == 0) { if(columns == null || columns.length == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment