From 473da408619b57c656cc22e191e9ed2e1c3eafaa Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期五, 13 六月 2025 10:41:19 +0800
Subject: [PATCH] *

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

diff --git a/src/main/java/com/zy/core/MainProcess.java b/src/main/java/com/zy/core/MainProcess.java
index 488fba5..290e95f 100644
--- a/src/main/java/com/zy/core/MainProcess.java
+++ b/src/main/java/com/zy/core/MainProcess.java
@@ -28,10 +28,6 @@
     // 鎵�灞炵嚎绋�
     private Thread thread;
     // 棰戠巼
-    private int i = 0;
-    private int j = 0;
-    private int k = 0;
-    private int l = 0;
     private int[] autoZ = new int[]{0,0,0,0,0,0,0};
 
     /**
@@ -54,40 +50,18 @@
                 try {
                     // 闂撮殧
                     Thread.sleep(200);
-//                    System.out.println("寮�濮嬶細"+new Date().getTime());
 
                     // 绯荤粺杩愯鐘舵�佸垽鏂�
                     if (!SystemProperties.WCS_RUNNING_STATUS.get()) {
                         continue;
                     }
 
-
                     //鏇存柊浣嶇疆淇℃伅
                     mainService.updateStePosition();
-                    // 浠诲姟鎺掑簭
-                    List<List<List<WrkMast>>> wrkMastListAll = mainService.DevpTaskNoRun();
                     // 浠诲姟涓嬪彂
-                    mainService.taskDown(wrkMastListAll);;
+                    mainService.DevpTaskNoRun();
                     // 浠诲姟瀹屾垚
                     mainService.rgvCompleteWrkMastSta(autoZ);
-                    // 浠诲姟瀹屾垚
-                    mainService.rgvCompleteWrkMastSta(autoZ);
-
-
-
-//
-//                    //鏇存柊浣嶇疆淇℃伅
-//                    mainService.updateStePositionNearby(null);
-//                    //鏇存柊浣嶇疆淇℃伅
-//                    mainService.updateStePosition();
-//                    // 浠诲姟涓嬪彂
-//                    mainService.DevpTaskNoRun();
-//                    // 浠诲姟瀹屾垚
-//                    mainService.rgvCompleteWrkMastSta(autoZ);
-//                    //鏇存柊浣嶇疆淇℃伅
-//                    mainService.updateStePosition();
-//                    System.out.println("缁撴潫锛�"+new Date().getTime());
-
 
                 } catch (Exception e) {
                     e.printStackTrace();

--
Gitblit v1.9.1