业务配置ip白名单导出,导出后与界面展示字段不一样,已调整

This commit is contained in:
李皓宸
2019-01-14 15:48:24 +08:00
parent f1dfdf281a
commit ffab6083fd
3 changed files with 38 additions and 7 deletions

View File

@@ -2406,9 +2406,7 @@ public class ExportExcel {
Map<String, List<String>> commentMap=new HashMap<String, List<String>>();
for (String title : titleList) {
String noExportField=noExportMap.get(title);
if(noExportField.contains("do_log")){
noExportField=",do_blacklist,"+noExportField;
}
noExportField=",do_blacklist,"+noExportField;
List<Object[]> annotationList = Lists.newArrayList();
List<Field> list=new ArrayList<Field>();
// Get annotation field