自动化立体仓库 - WMS系统
lty
2025-07-02 6c15007b12d36d8f6d3e3f8127aa85a21aeb32c4
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();
        }
    }