Commit b380ca01 authored by 朱晨阳's avatar 朱晨阳

Merge remote-tracking branch 'origin/developer_bw' into developer_bw

parents b0295bbf 58fbe0c5
......@@ -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