|
@@ -82,7 +82,7 @@ public class ExcelTool {
|
|
|
|
|
|
// 选择模板文件:
|
|
|
String templetFile = "hxhbtj.xls";
|
|
|
- String fileName = "全省港口集装箱航线航班月度统计(2016-12).xls";
|
|
|
+ String fileName = "全省港口集装箱航线航班月度统计.xls";
|
|
|
if(StringUtils.isNotEmpty(exportFileName)){
|
|
|
fileName = exportFileName + ".xls";
|
|
|
}
|