|
@@ -179,7 +179,8 @@ public class ReportLogController {
|
|
item.add(String.valueOf(df1.format(reportLog.getOperateDate())));
|
|
item.add(String.valueOf(df1.format(reportLog.getOperateDate())));
|
|
dataList.add(item);
|
|
dataList.add(item);
|
|
}
|
|
}
|
|
- String resp = ExcelUtil.exportGeneralExcelByTitleAndList("日报审核记录", dataList, path);
|
|
|
|
|
|
+ String fileName = "日报审核记录_"+System.currentTimeMillis();
|
|
|
|
+ String resp = ExcelUtil.exportGeneralExcelByTitleAndList(fileName, dataList, path);
|
|
msg.setData(resp);
|
|
msg.setData(resp);
|
|
return msg;
|
|
return msg;
|
|
}
|
|
}
|