自动化立体仓库 - WMS系统
1
zhang
2025-07-15 13bdad370f0b35b68f79a75f8183a23135e45225
src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
@@ -54,7 +54,7 @@
        //root application context 没有parent
        ApplicationContext context = event.getApplicationContext().getParent();
        if(context == null){
            loadLicense();
            //loadLicense();
        }
    }