From e5cf12d2e3441b83cc3aeafd4f7f23d4075ab5fc Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 07 一月 2025 14:56:14 +0800
Subject: [PATCH] #并板出库

---
 src/main/java/com/zy/common/task/ActivateScheduler.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/common/task/ActivateScheduler.java b/src/main/java/com/zy/common/task/ActivateScheduler.java
index cf742f4..22b0ff0 100644
--- a/src/main/java/com/zy/common/task/ActivateScheduler.java
+++ b/src/main/java/com/zy/common/task/ActivateScheduler.java
@@ -17,8 +17,9 @@
 @Component
 public class ActivateScheduler {
 
-    @Scheduled(cron = "0/1 * 8 * * ? ")
-    @PostConstruct
+//    @Scheduled(cron = "0/1 * 8 * * ? ") // 姣忓ぉ8鐐�
+//    @Scheduled(cron = "* 0/1 * * * ? ") // 姣忓垎閽�
+//    @PostConstruct
     private void execute(){
         // 鑾峰彇婵�娲荤爜
         String activationCode = SystemProperties.getActivationCode(OSinfo.getOSname().getActivationCodePath());

--
Gitblit v1.9.1