自动化立体仓库 - WMS系统
pang.jiabao
5 天以前 40d00406a7f83c0f3a5484a9997967e0af5a8a8f
src/main/java/com/zy/system/entity/license/CustomLicenseManager.java
@@ -127,7 +127,7 @@
        LicenseCheck serverCheckModel = getServerInfos();
        if(expectedCheckModel != null && serverCheckModel != null){
//            //校验IP地址
            //校验IP地址
//            if(!checkIpAddress(expectedCheckModel.getIpAddress(),serverCheckModel.getIpAddress())){
//                throw new LicenseContentException("当前服务器的IP没在授权范围内");
//            }