From ad0afa43ef0ec3001122420df245607e4837da3a Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期一, 21 七月 2025 11:10:56 +0800
Subject: [PATCH] 1105和罐装出库优先级一样(先出选取)
---
version/BarcodeThread1.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/version/BarcodeThread1.java b/version/BarcodeThread1.java
index 38ce936..04f585b 100644
--- a/version/BarcodeThread1.java
+++ b/version/BarcodeThread1.java
@@ -47,7 +47,7 @@
String s = new String(read);
if (!Cools.isEmpty(s)) {
barcode = new String(read);
- 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