自动化立体仓库 - WMS系统
#
Junjie
2 天以前 551c12a53738e35cf615f3005d14215124488600
src/main/java/com/zy/system/entity/license/CustomLicenseManager.java
@@ -210,6 +210,10 @@
        if(expectedList != null && expectedList.size() > 0){
            if(serverList != null && serverList.size() > 0){
                for(String expected : expectedList){
                    if (expected == null) {
                        continue;
                    }
                    if(serverList.contains(expected.trim())){
                        return true;
                    }