自动化立体仓库 - WMS系统
#
LSH
2024-05-17 35188af778496c29dc74254df1e07f777b769620
src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
@@ -79,11 +79,12 @@
                LicenseVerify licenseVerify = new LicenseVerify();
                //安装证书
                LicenseContent install = licenseVerify.install(param);
//                LicenseContent install = licenseVerify.install(param);
                logger.info("++++++++ 许可证加载结束 ++++++++");
                return install != null;
//                return install != null;
                return true;
            } catch (Exception e) {
                return false;
            }