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