From 425e2967e11567e108c082f089291ce838f663d2 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 10 三月 2026 08:58:52 +0800
Subject: [PATCH] ctu入库到指定列,指定小车来接
---
src/main/java/com/zy/system/timer/LicenseTimer.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/zy/system/timer/LicenseTimer.java b/src/main/java/com/zy/system/timer/LicenseTimer.java
index cf71c0e..93c6e16 100644
--- a/src/main/java/com/zy/system/timer/LicenseTimer.java
+++ b/src/main/java/com/zy/system/timer/LicenseTimer.java
@@ -12,7 +12,7 @@
private static int LICENSE_DAYS = 0;//璁稿彲璇佸ぉ鏁�
//姣忓ぉ鏅氫笂11鐐规洿鏂扮郴缁熸縺娲荤姸鎬�
- @Scheduled(cron = "0 0 23 * * ? ")
+ @Scheduled(cron = "0 50 8 * * ? ")
public void timer() {
// System.out.println(SYSTEM_SUPPORT);
//楠岃瘉璁稿彲璇佹槸鍚︽湁鏁�
@@ -26,7 +26,7 @@
}
public void setSystemSupport(boolean systemSupport) {
- SYSTEM_SUPPORT = true; // systemSupport;
+ SYSTEM_SUPPORT = systemSupport; // systemSupport;
}
public int getLicenseDays() {
--
Gitblit v1.9.1