From 76333a0ef614664d020dab2e6c78d51dc517c47b Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Fri, 6 Jun 2025 18:54:41 +0800 Subject: [PATCH] =?UTF-8?q?xml=E9=99=84=E4=BB=B6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frame/seeyon/invoice/service/impl/InvoiceServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw-oa/src/main/java/com/hzya/frame/seeyon/invoice/service/impl/InvoiceServiceImpl.java b/fw-oa/src/main/java/com/hzya/frame/seeyon/invoice/service/impl/InvoiceServiceImpl.java index 4d91ad4f..ad2dcee4 100644 --- a/fw-oa/src/main/java/com/hzya/frame/seeyon/invoice/service/impl/InvoiceServiceImpl.java +++ b/fw-oa/src/main/java/com/hzya/frame/seeyon/invoice/service/impl/InvoiceServiceImpl.java @@ -239,7 +239,7 @@ public class InvoiceServiceImpl extends BaseService 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========");