#
lsh
2024-05-17 f84127457cf5ebacb0af4b4a4667846b23312a19
src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
@@ -79,12 +79,12 @@
                LicenseVerify licenseVerify = new LicenseVerify();
                //安装证书
//                LicenseContent install = licenseVerify.install(param);
                LicenseContent install = licenseVerify.install(param);
                logger.info("++++++++ 许可证加载结束 ++++++++");
//                return install != null;
                return true;
                return install != null;
//                return true;
            } catch (Exception e) {
                return false;
            }