From 686bd303ddc68db338fe352c38392194217168a5 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期二, 11 三月 2025 15:27:59 +0800
Subject: [PATCH] 修改业务逻辑增加项目编码

---
 expert-common/src/main/java/com/gkhy/common/utils/file/ImageUtils.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/expert-common/src/main/java/com/gkhy/common/utils/file/ImageUtils.java b/expert-common/src/main/java/com/gkhy/common/utils/file/ImageUtils.java
index bf8189a..3790a76 100644
--- a/expert-common/src/main/java/com/gkhy/common/utils/file/ImageUtils.java
+++ b/expert-common/src/main/java/com/gkhy/common/utils/file/ImageUtils.java
@@ -9,7 +9,7 @@
 import org.apache.poi.util.IOUtils;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import com.gkhy.common.config.expertConfig;
+import com.gkhy.common.config.ExpertConfig;
 import com.gkhy.common.constant.Constants;
 import com.gkhy.common.utils.StringUtils;
 
@@ -79,7 +79,7 @@
             else
             {
                 // 本机地址
-                String localPath = expertConfig.getProfile();
+                String localPath = ExpertConfig.getProfile();
                 String downloadPath = localPath + StringUtils.substringAfter(url, Constants.RESOURCE_PREFIX);
                 in = new FileInputStream(downloadPath);
             }

--
Gitblit v1.9.2