From 1bc0b18a88ed90fa19e0c050d7befecb2a16bb8a Mon Sep 17 00:00:00 2001 From: L <L@132> Date: 星期五, 10 十月 2025 12:38:27 +0800 Subject: [PATCH] * --- src/main/java/com/zy/system/controller/LicenseCreatorController.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/system/controller/LicenseCreatorController.java b/src/main/java/com/zy/system/controller/LicenseCreatorController.java index 693a640..96a3fdd 100644 --- a/src/main/java/com/zy/system/controller/LicenseCreatorController.java +++ b/src/main/java/com/zy/system/controller/LicenseCreatorController.java @@ -3,6 +3,7 @@ import com.core.annotations.ManagerAuth; import com.core.common.Cools; import com.core.common.R; +import com.zy.core.properties.SystemProperties; import com.zy.system.entity.license.*; import de.schlichtherle.license.LicenseContent; import org.springframework.beans.factory.annotation.Autowired; @@ -75,6 +76,7 @@ LicenseVerify licenseVerify = new LicenseVerify(); LicenseContent verifyInfo = licenseVerify.getVerifyInfo(); if (verifyInfo == null) { + SystemProperties.WCS_RUNNING_STATUS.set(Boolean.FALSE); return R.error(); } -- Gitblit v1.9.1