wzy 7 ヶ月 前
コミット
904f335bf3
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      mjava-zhixingtongde/src/main/java/com/malk/zhixingtongde/service/impl/ZxtdReportServiceImpl.java

+ 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);
 
         //文件
-        File file = new File(reportPath + "现金流量表-" + year + "0" + month + ".xlsx");
+        File file = new File(reportPath + "现金流量表-" + year + month + ".xlsx");
 
         //获取文件上传信息
         Map param = new HashMap();