From d88eb4ae8d693bb099bc1519935ac6b737429db4 Mon Sep 17 00:00:00 2001 From: xujun Date: Sat, 9 May 2026 17:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xtools-app-common/xtools-app-common-config/pom.xml | 4 ++-- .../app/sys/file/web/controller/SysCommonFileController.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xtools-app-common/xtools-app-common-config/pom.xml b/xtools-app-common/xtools-app-common-config/pom.xml index a341451..488fdec 100644 --- a/xtools-app-common/xtools-app-common-config/pom.xml +++ b/xtools-app-common/xtools-app-common-config/pom.xml @@ -1,6 +1,6 @@ - 4.0.0 diff --git a/xtools-app-sys/xtools-app-sys-file-web/src/main/java/xtools/app/sys/file/web/controller/SysCommonFileController.java b/xtools-app-sys/xtools-app-sys-file-web/src/main/java/xtools/app/sys/file/web/controller/SysCommonFileController.java index 4986c85..2d77b27 100644 --- a/xtools-app-sys/xtools-app-sys-file-web/src/main/java/xtools/app/sys/file/web/controller/SysCommonFileController.java +++ b/xtools-app-sys/xtools-app-sys-file-web/src/main/java/xtools/app/sys/file/web/controller/SysCommonFileController.java @@ -69,7 +69,7 @@ public class SysCommonFileController { } }); if (Objects.isNull(resp)) { - log.warn("文件获取失败,id={}", id); + log.warn("文件获取失败,id={}", id); } } catch (IOException e) { log.error("文件下载失败", e);