日志导出 首行添加标题和时间范围

This commit is contained in:
leijun
2018-12-21 14:33:00 +08:00
parent 5236f5af2b
commit b553c27b15
34 changed files with 353 additions and 131 deletions

View File

@@ -186,7 +186,8 @@ public class DkBehaviorLogController extends BaseController{
String cfgIndexInfoNoExport = "," + hColumns;
noExportMap.put(name, cfgIndexInfoNoExport);
dataMap.put(name, list);
String timeRange= initLogMap(entry,name);
noExportMap.put("timeRange", timeRange);
if ("csv".equals(type)) {
this._exportCsv(model, request, response, redirectAttributes, name, titleList, classMap,
dataMap, noExportMap);