From a77a5ebbe056a238fca5b803e17648b60c46d1e8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 10 九月 2020 09:48:21 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/MainProcess.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/zy/core/MainProcess.java b/src/main/java/com/zy/core/MainProcess.java
index ffc21dc..69b566d 100644
--- a/src/main/java/com/zy/core/MainProcess.java
+++ b/src/main/java/com/zy/core/MainProcess.java
@@ -30,14 +30,14 @@
         thread = new Thread(() -> {
             while (!Thread.currentThread().isInterrupted()) {
                 try {
+
+                    // 闂撮殧
+                    Thread.sleep(1500);
+
                     // 绯荤粺杩愯鐘舵�佸垽鏂�
                     if (!SystemProperties.WCS_RUNNING_STATUS.get()) {
                         continue;
                     }
-
-                    // 闂撮殧
-                    Thread.sleep(1500);
-//                    log.info("WCS 宸ヤ綔涓� .....................");
 
                     // 鍏ュ簱  ===>> 鍏ュ簱绔欏埌鍫嗗灈鏈虹珯锛屾牴鎹潯鐮佹壂鎻忕敓鎴愬叆搴撳伐浣滄。
 //                    mainService.generateStoreWrkFile();

--
Gitblit v1.9.1