日志导出 首行添加标题和时间范围
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user