xml附件处理

This commit is contained in:
xiang2lin 2025-06-06 18:54:41 +08:00
parent af68eff4cb
commit 76333a0ef6
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ public class InvoiceServiceImpl extends BaseService<InvoiceEntity, String> imple
String xmlFileName = generateFileName(xmlUrl, "XML");
String xmlSavePath = invoiceXmlUrl + xmlFileName;
downloadPdf(xmlUrl, xmlSavePath);
logger.info("========pdf文件保存到本地完成========");
logger.info("========xml文件保存到本地完成========");
File fileXml = new File(xmlSavePath);
if(null !=fileXml){
logger.info("========开始将xml文件上传OA========");