From 8f74af0d32e39326d106cc7fb5dfc8b1d1501abc Mon Sep 17 00:00:00 2001
From: zzgtfwq <zzgtfwq>
Date: 星期日, 14 十二月 2025 19:36:22 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/system/entity/license/LicenseCheckListener.java |   62 +++++++++++++++---------------
 1 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/src/main/java/com/zy/system/entity/license/LicenseCheckListener.java b/src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
index 61fef73..06c1a6d 100644
--- a/src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
+++ b/src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
@@ -72,48 +72,48 @@
         if(!Cools.isEmpty(licensePath)){
             logger.info("++++++++ 寮�濮嬪姞杞借鍙瘉 ++++++++");
 
-//            try {
-//                licenseTimer.getRemoteLicense();
-//            } catch (Exception e) {
-//            }
+            try {
+                licenseTimer.getRemoteLicense();
+            } catch (Exception e) {
+            }
 
             try {
-//                LicenseVerifyParam param = new LicenseVerifyParam();
-//                param.s     etSubject(subject);
-//                param.setPublicAlias(publicAlias);
-//                param.setStorePass(storePass);
-//                param.setLicensePath(licensePath);
-//                param.setPublicKeysStorePath(publicKeysStorePath);
+                LicenseVerifyParam param = new LicenseVerifyParam();
+                param.setSubject(subject);
+                param.setPublicAlias(publicAlias);
+                param.setStorePass(storePass);
+                param.setLicensePath(licensePath);
+                param.setPublicKeysStorePath(publicKeysStorePath);
 //
                 LicenseVerify licenseVerify = new LicenseVerify();
 //
-//                LicenseInfos latestLicense = licenseInfosService.getLatestLicense();
-//                if (latestLicense == null) {
-//                    logger.info("璁稿彲璇佷笉瀛樺湪");
-//                    return false;
-//                }
+                LicenseInfos latestLicense = licenseInfosService.getLatestLicense();
+                if (latestLicense == null) {
+                    logger.info("璁稿彲璇佷笉瀛樺湪");
+                    return false;
+                }
 
                 //瀹夎璇佷功
-//                LicenseContent install = licenseVerify.install(param, latestLicense.getLicense());
+                LicenseContent install = licenseVerify.install(param, latestLicense.getLicense());
 
-                logger.info("++++++++ 璁稿彲璇佸姞杞界粨鏉� ++++++++");
+//                logger.info("++++++++ 璁稿彲璇佸姞杞界粨鏉� ++++++++");
+//
+//                licenseTimer.setSystemSupport(true);
+//                licenseTimer.setLicenseDays(11);
+//                return true;
 
-                licenseTimer.setSystemSupport(true);
-                licenseTimer.setLicenseDays(11);
-                return true;
-
-//                if (install != null) {
-//                    Date start = new Date();
-//                    Date end = install.getNotAfter();
-//                    Long starTime = start.getTime();
-//                    Long endTime = end.getTime();
-//                    Long num = endTime - starTime;//鏃堕棿鎴崇浉宸殑姣鏁�
-//                    int day = (int) (num / 24 / 60 / 60 / 1000);
-//                    licenseTimer.setLicenseDays(day);
-//                }
+                if (install != null) {
+                    Date start = new Date();
+                    Date end = install.getNotAfter();
+                    Long starTime = start.getTime();
+                    Long endTime = end.getTime();
+                    Long num = endTime - starTime;//鏃堕棿鎴崇浉宸殑姣鏁�
+                    int day = (int) (num / 24 / 60 / 60 / 1000);
+                    licenseTimer.setLicenseDays(day);
+                }
 //
 //
-//                return install != null;
+                return install != null;
             } catch (Exception e) {
                 e.printStackTrace();
                 return false;

--
Gitblit v1.9.1