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; }