自动化立体仓库 - WMS系统
#
lty
2025-07-31 e170c300cd11406d414e7da156fc6b2da1c13915
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;
            }