From e0bb1d56001d44d7b46c4698b4d1e9ea425de07c Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期一, 19 一月 2026 17:10:30 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/common/web/AuthController.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/common/web/AuthController.java b/src/main/java/com/zy/common/web/AuthController.java
index b85c56a..ca84908 100644
--- a/src/main/java/com/zy/common/web/AuthController.java
+++ b/src/main/java/com/zy/common/web/AuthController.java
@@ -16,6 +16,7 @@
 import com.zy.system.entity.*;
 import com.zy.system.entity.license.LicenseVerify;
 import com.zy.system.service.*;
+import com.zy.system.timer.LicenseTimer;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.transaction.annotation.Transactional;
@@ -46,6 +47,8 @@
     private PermissionService permissionService;
     @Autowired
     private RolePermissionService rolePermissionService;
+    @Autowired
+    private LicenseTimer licenseTimer;
 
     @RequestMapping("/login.action")
     @ManagerAuth(value = ManagerAuth.Auth.NONE, memo = "鐧诲綍")

--
Gitblit v1.9.1