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 | 37 ++++++++++++++++++-------------------
1 files changed, 18 insertions(+), 19 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 b8b032a..06c1a6d 100644
--- a/src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
+++ b/src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
@@ -84,9 +84,9 @@
param.setStorePass(storePass);
param.setLicensePath(licensePath);
param.setPublicKeysStorePath(publicKeysStorePath);
-
+//
LicenseVerify licenseVerify = new LicenseVerify();
-
+//
LicenseInfos latestLicense = licenseInfosService.getLatestLicense();
if (latestLicense == null) {
logger.info("璁稿彲璇佷笉瀛樺湪");
@@ -94,27 +94,26 @@
}
//瀹夎璇佷功
-// 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(install!=null);
- 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