From 3951add7a40f76bb403ead8c0acffb970d1bfa5c Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期五, 06 六月 2025 17:24:53 +0800 Subject: [PATCH] * --- src/main/java/com/zy/core/MainProcess.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/core/MainProcess.java b/src/main/java/com/zy/core/MainProcess.java index 4034c7e..4c003d9 100644 --- a/src/main/java/com/zy/core/MainProcess.java +++ b/src/main/java/com/zy/core/MainProcess.java @@ -10,6 +10,7 @@ import javax.annotation.PreDestroy; import java.util.ArrayList; +import java.util.Date; /** * WCS涓绘祦绋� @@ -51,9 +52,10 @@ try { // 闂撮殧 Thread.sleep(200); +// System.out.println("寮�濮嬶細"+new Date().getTime()); // 绯荤粺杩愯鐘舵�佸垽鏂� - if (SystemProperties.WCS_RUNNING_STATUS.get()) { + if (!SystemProperties.WCS_RUNNING_STATUS.get()) { continue; } @@ -67,6 +69,8 @@ mainService.rgvCompleteWrkMastSta(autoZ); //鏇存柊浣嶇疆淇℃伅 mainService.updateStePosition(); +// System.out.println("缁撴潫锛�"+new Date().getTime()); + } catch (Exception e) { e.printStackTrace(); -- Gitblit v1.9.1