wzy před 7 měsíci
rodič
revize
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);
 
         //文件
-        File file = new File(reportPath + "现金流量表-" + year + "0" + month + ".xlsx");
+        File file = new File(reportPath + "现金流量表-" + year + month + ".xlsx");
 
         //获取文件上传信息
         Map param = new HashMap();