自动化立体仓库 - WMS系统
pang.jiabao
2024-10-23 a35b9acb89c73bf6fee0b4d48c72dc7240cffcf7
src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
@@ -54,8 +54,7 @@
        //root application context 没有parent
        ApplicationContext context = event.getApplicationContext().getParent();
        if(context == null){
            //TODO
            //loadLicense();
            loadLicense();
        }
    }