浏览代码

月份调整

wzy 7 月之前
父节点
当前提交
904f335bf3

+ 1 - 1
mjava-zhixingtongde/src/main/java/com/malk/zhixingtongde/service/impl/ZxtdReportServiceImpl.java

@@ -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();