소스 검색

月份调整

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