From 3781b770ab12a34cc7861c4c4905e0ad2d4191db Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期三, 08 一月 2025 16:09:56 +0800
Subject: [PATCH] 完善erp对接: 1.下推-》2.查询-》3.保存-》4.提交-》5.审核

---
 src/main/java/com/zy/asrs/task/kingdee/LoginAuthenticationScheduler.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/asrs/task/kingdee/LoginAuthenticationScheduler.java b/src/main/java/com/zy/asrs/task/kingdee/LoginAuthenticationScheduler.java
index 8b7be90..e82fdd4 100644
--- a/src/main/java/com/zy/asrs/task/kingdee/LoginAuthenticationScheduler.java
+++ b/src/main/java/com/zy/asrs/task/kingdee/LoginAuthenticationScheduler.java
@@ -4,6 +4,7 @@
 import lombok.extern.slf4j.Slf4j;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.beans.factory.annotation.Value;
+import org.springframework.scheduling.annotation.Scheduled;
 import org.springframework.stereotype.Component;
 
 @Slf4j
@@ -15,7 +16,7 @@
     @Value("${erp.switch.LoginAuthenticationSwitch}")
     private boolean LoginAuthenticationSwitch;
 
-    //@Scheduled(cron = "0/3 * * * * ? ")
+//    @Scheduled(cron = "0/3 * * * * ? ")
     void login(){
         if(!LoginAuthenticationSwitch){
             return;

--
Gitblit v1.9.1