自动化立体仓库 - WMS系统
#
Junjie
2026-01-05 657fc44f5f4f76440ca3a3ff6d7f2497a1f8dba6
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;
                    }