*
L
2025-09-04 97181f9fb36e7d47e84a00dd981a969d0b9c5cb1
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -84,9 +84,9 @@
    * */
    public synchronized boolean licenseVerify() {
        try{
            if (true) {
                return true;
            }
//            if (true) {
//                return true;
//            }
            return new LicenseVerify().verify();
        } catch (Exception e){
            log.info("许可证验证失败!!异常:{}",e.getMessage());