干燥机配套车间生产管理系统/云平台服务端
zhuguifei
2025-11-14 87b161325d9186d8211a7d472ed04fa279f33954
jeecg-boot-base-core/src/main/java/org/jeecg/common/util/IpUtils.java
old mode 100644 new mode 100755
@@ -46,12 +46,12 @@
           logger.error("IPUtils ERROR ", e);
        }
        
//        //使用代理,则获取第一个IP地址
//        if(StringUtils.isEmpty(ip) && ip.length() > 15) {
//         if(ip.indexOf(",") > 0) {
//            ip = ip.substring(0, ip.indexOf(","));
//         }
//      }
        //使用代理,则获取第一个IP地址
        if(StringUtils.isEmpty(ip) && ip.length() > 15) {
         if(ip.indexOf(",") > 0) {
            ip = ip.substring(0, ip.indexOf(","));
         }
      }
        
        return ip;
    }