自动化立体仓库 - WMS系统
zyx
2023-11-02 8808ebb9bb3eb8e6bc9ed8bfc6cfaf53e63d6614
src/main/java/com/zy/system/entity/license/CustomLicenseManager.java
@@ -134,7 +134,7 @@
        if(expectedCheckModel != null && serverCheckModel != null){
            //校验IP地址
            if(!checkIpAddress(expectedCheckModel.getIpAddress(),serverCheckModel.getIpAddress())){
                throw new LicenseContentException("当前服务器的IP没在授权范围内");
                //throw new LicenseContentException("当前服务器的IP没在授权范围内");
            }
            //校验Mac地址