From a6ddc35c9f177ec73abef648fed0ac6de16d856f Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期六, 26 七月 2025 16:18:07 +0800
Subject: [PATCH] rgv调动分配优化:判断当前任务取货站点后续小车任务放货完后能不能取当前任务

---
 version/BarcodeThread2.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/version/BarcodeThread2.java b/version/BarcodeThread2.java
index 3f2fb52..5f97060 100644
--- a/version/BarcodeThread2.java
+++ b/version/BarcodeThread2.java
@@ -32,7 +32,7 @@
     public void setBarcode(String barcode) {
         this.barcode.delete(0, this.barcode.length());
         this.barcode.append(barcode);
-        log.info("{}鍙锋潯鐮佸櫒锛屾绱㈡暟鎹細{}", slave.getId(), this.barcode);
+//        log.info("{}鍙锋潯鐮佸櫒锛屾绱㈡暟鎹細{}", slave.getId(), this.barcode);
         JSONObject jsonObject = new JSONObject();
         jsonObject.put("time", DateUtils.convert(new Date(), DateUtils.yyyyMMddHHmmss_F));
         jsonObject.put("barcode", barcode);

--
Gitblit v1.9.1