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