自动化立体仓库 - WMS系统
zhangc
2025-03-06 61865754d0cd0fd08480ebe746b06299b5e8d395
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();
        }
    }