Browse Source

【英唐-CATL条码对接】【调整支持下载多个红票附件】

wuyx 5 months ago
parent
commit
c224f637e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/uas/eis/task/ElecInvoiceTask.java

+ 1 - 1
src/main/java/com/uas/eis/task/ElecInvoiceTask.java

@@ -292,7 +292,7 @@ public class ElecInvoiceTask {
                         String fileName = ioList.getGeneralString("cu_name")+refno+".pdf";//发票号码
                         String fileName = ioList.getGeneralString("cu_name")+refno+".pdf";//发票号码
                         String fileBasePath = "C:\\invoice\\"+fileName;//发票号码
                         String fileBasePath = "C:\\invoice\\"+fileName;//发票号码
                         fileBasePath = String.valueOf(obs[5])+fileName;//发票储存路径
                         fileBasePath = String.valueOf(obs[5])+fileName;//发票储存路径
-                        fileBasePath = "C:\\invoice\\"+fileName;//发票号码
+//                        fileBasePath = "C:\\invoice\\"+fileName;//发票号码
                         try {
                         try {
                             // 创建URL对象
                             // 创建URL对象
                             URL url = new URL(downFileurl);
                             URL url = new URL(downFileurl);