自动化立体仓库 - WMS系统
#
Junjie
2 天以前 78067a1c03707766f3d6561c22e165af68ad36b9
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;
                    }