自动化立体仓库 - WMS系统
yxFwq
2024-09-14 0ee7bd812c0493ef82fa2cb8bdaf2da08aec88d0
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;
            }