From 4e938e0868dd16b682d9f4ce24aadcd93781b7cb Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期六, 26 十月 2024 16:46:53 +0800
Subject: [PATCH] *
---
src/main/java/com/zy/core/MainProcess.java | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/main/java/com/zy/core/MainProcess.java b/src/main/java/com/zy/core/MainProcess.java
index c43a005..f5ea417 100644
--- a/src/main/java/com/zy/core/MainProcess.java
+++ b/src/main/java/com/zy/core/MainProcess.java
@@ -37,16 +37,6 @@
thread = new Thread(() -> {
while (!Thread.currentThread().isInterrupted()) {
try {
- i++; if (i>5) i=0;
- j++; if (j>5) j=0;
- k++;
- if (k>13) {
- k=0;
- l++;
- if (l>3) l=0;
- }
-
-
// 闂撮殧
Thread.sleep(1000);
@@ -54,9 +44,19 @@
if (!SystemProperties.WCS_RUNNING_STATUS.get()) {
continue;
}
+ //鏇存柊浣嶇疆淇℃伅
+ mainService.updateStePositionNearby();
- /************************************JAR璋冨害************************************/
+ mainService.updateStePosition();
+ // 浠诲姟涓嬪彂
+ mainService.DevpTaskNoRun();
+
+ // 浠诲姟瀹屾垚
+ mainService.rgvCompleteWrkMastSta();
+
+ //鏇存柊浣嶇疆淇℃伅
+ mainService.updateStePosition();
} catch (Exception e) {
e.printStackTrace();
--
Gitblit v1.9.1