From 23b4e7942a8524ed1e89d93c55a470f0dc263d5a Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期五, 06 六月 2025 13:54:01 +0800 Subject: [PATCH] * --- src/main/java/com/zy/core/MainProcess.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/core/MainProcess.java b/src/main/java/com/zy/core/MainProcess.java index 5786451..674ed7a 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涓绘祦绋� @@ -29,6 +30,7 @@ private int j = 0; private int k = 0; private int l = 0; + private int[] autoZ = new int[]{0,0,0,0,0,0,0}; /** * =====>> 寮�濮嬪伐浣� @@ -50,6 +52,7 @@ try { // 闂撮殧 Thread.sleep(200); + System.out.println("寮�濮嬶細"+new Date().getTime()); // 绯荤粺杩愯鐘舵�佸垽鏂� if (!SystemProperties.WCS_RUNNING_STATUS.get()) { @@ -63,9 +66,11 @@ // 浠诲姟涓嬪彂 mainService.DevpTaskNoRun(); // 浠诲姟瀹屾垚 - mainService.rgvCompleteWrkMastSta(); + mainService.rgvCompleteWrkMastSta(autoZ); //鏇存柊浣嶇疆淇℃伅 mainService.updateStePosition(); + System.out.println("缁撴潫锛�"+new Date().getTime()); + } catch (Exception e) { e.printStackTrace(); -- Gitblit v1.9.1