From dc4f8829472baf47345e3a01384d7b5eaf7ee727 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期二, 20 五月 2025 14:49:10 +0800
Subject: [PATCH] 增加专家导出字段

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

diff --git a/expert-common/src/main/java/com/gkhy/common/utils/ip/AddressUtils.java b/expert-common/src/main/java/com/gkhy/common/utils/ip/AddressUtils.java
index 3bf48b9..c185a73 100644
--- a/expert-common/src/main/java/com/gkhy/common/utils/ip/AddressUtils.java
+++ b/expert-common/src/main/java/com/gkhy/common/utils/ip/AddressUtils.java
@@ -4,7 +4,7 @@
 import org.slf4j.LoggerFactory;
 import com.alibaba.fastjson2.JSON;
 import com.alibaba.fastjson2.JSONObject;
-import com.gkhy.common.config.expertConfig;
+import com.gkhy.common.config.ExpertConfig;
 import com.gkhy.common.constant.Constants;
 import com.gkhy.common.utils.StringUtils;
 import com.gkhy.common.utils.http.HttpUtils;
@@ -31,7 +31,7 @@
         {
             return "内网IP";
         }
-        if (expertConfig.isAddressEnabled())
+        if (ExpertConfig.isAddressEnabled())
         {
             try
             {

--
Gitblit v1.9.2