自动化立体仓库 - WMS系统
pang.jiabao
2025-09-03 e7d8e2c64facfa261e8b168b84e81ef6c835f57d
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;
            }