|
@@ -557,7 +557,7 @@ public class ZxtdReportServiceImpl implements ZxtdReportService {
|
|
exportCash(response, year + month);
|
|
exportCash(response, year + month);
|
|
|
|
|
|
//文件
|
|
//文件
|
|
- File file = new File(reportPath + "现金流量表-" + year + "0" + month + ".xlsx");
|
|
|
|
|
|
+ File file = new File(reportPath + "现金流量表-" + year + month + ".xlsx");
|
|
|
|
|
|
//获取文件上传信息
|
|
//获取文件上传信息
|
|
Map param = new HashMap();
|
|
Map param = new HashMap();
|