自动化立体仓库 - WMS系统
pang.jiabao
2024-10-25 2f63acadcd111fe47b2feedf13adb9cffcd64b2c
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();
        }
    }