Commit 8d94f529 authored by hezhuozhi's avatar hezhuozhi

修复电站导出

parent 2b1f5264
......@@ -120,7 +120,7 @@ public class BusinessFieldServiceImpl extends BaseService<BusinessFieldDto, Hygf
}
}
try {
String fileName = "电站详情统计" + DateUtils.dateFormat(new Date(), "YYYY-MM-dd-HH-mm") + ".xlsx";
String fileName = "电站详情信息导出" + DateUtils.dateFormat(new Date(), "YYYY-MM-dd-HH-mm") + ".xlsx";
downLoadExcel(fileName, response, workbook);
} catch (Exception e) {
log.error(e.getMessage(), e);
......
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