From 17550692e20f81af6a933f53f9f68cfa03bf3931 Mon Sep 17 00:00:00 2001 From: chenxudong Date: Tue, 13 May 2025 14:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../industry/software/common/util/OfficeFileUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electromagnetic-common/src/main/java/com/electromagnetic/industry/software/common/util/OfficeFileUtil.java b/electromagnetic-common/src/main/java/com/electromagnetic/industry/software/common/util/OfficeFileUtil.java index b09e099..0cb766a 100644 --- a/electromagnetic-common/src/main/java/com/electromagnetic/industry/software/common/util/OfficeFileUtil.java +++ b/electromagnetic-common/src/main/java/com/electromagnetic/industry/software/common/util/OfficeFileUtil.java @@ -98,7 +98,7 @@ public class OfficeFileUtil { if (FileUtil.exist(pdfPath)) { return; } - log.info("Start convert ppt file to pdf, word path: {}, pdf path: {}", pptPath, pdfPath); + log.info("Start convert ppt file to pdf, ppt path: {}, pdf path: {}", pptPath, pdfPath); if (EleCommonUtil.isWinOs()) { throw new BizException("windows平台暂不支持"); } else {