自动化立体仓库 - WMS系统
lty
2025-07-31 7cdb188ddd1655cae52c5146db8069d0288a5a97
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();
        }
    }
@@ -83,8 +82,9 @@
                LicenseContent install = licenseVerify.install(param);
                logger.info("++++++++ 许可证加载结束 ++++++++");
                return install != null;
//                return true;
            } catch (Exception e) {
                return false;
            }