自动化立体仓库 - WMS系统
zhangc
2025-01-04 131029608a6b3703e02ef8f931a494fc6a40bd3c
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();
        }
    }