xml附件处理
This commit is contained in:
parent
af68eff4cb
commit
76333a0ef6
|
@ -239,7 +239,7 @@ public class InvoiceServiceImpl extends BaseService<InvoiceEntity, String> imple
|
||||||
String xmlFileName = generateFileName(xmlUrl, "XML");
|
String xmlFileName = generateFileName(xmlUrl, "XML");
|
||||||
String xmlSavePath = invoiceXmlUrl + xmlFileName;
|
String xmlSavePath = invoiceXmlUrl + xmlFileName;
|
||||||
downloadPdf(xmlUrl, xmlSavePath);
|
downloadPdf(xmlUrl, xmlSavePath);
|
||||||
logger.info("========pdf文件保存到本地完成========");
|
logger.info("========xml文件保存到本地完成========");
|
||||||
File fileXml = new File(xmlSavePath);
|
File fileXml = new File(xmlSavePath);
|
||||||
if(null !=fileXml){
|
if(null !=fileXml){
|
||||||
logger.info("========开始将xml文件上传OA========");
|
logger.info("========开始将xml文件上传OA========");
|
||||||
|
|
Loading…
Reference in New Issue