From 1a3cbd5c98959fd400f1502eac68e3bb86c2fc28 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 02 六月 2025 14:05:33 +0800
Subject: [PATCH] 正面条码读取加上物料号

---
 src/main/java/com/zy/core/netty/handle/ProtectorHandler.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java
index ec0b43c..7dd862a 100644
--- a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java
+++ b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java
@@ -37,7 +37,7 @@
             if (IdleState.READER_IDLE == e.state()) {
                 String uuid = ChannelCache.removeChannel(ctx.channel());
                 ctx.close();
-                if (!Cools.isEmpty(uuid)){
+                if (!Cools.isEmpty(uuid)) {
                     log.info("uuid={} 绌洪棽鍓旈櫎", uuid);
                 }
             }
@@ -51,7 +51,7 @@
     public void channelInactive(ChannelHandlerContext ctx) {
         String uuid = ChannelCache.removeChannel(ctx.channel());
         ctx.close();
-        if (!Cools.isEmpty(uuid)){
+        if (!Cools.isEmpty(uuid)) {
             log.info("閫氶亾 uuid={} 澶卞幓杩炴帴", uuid);
         }
     }

--
Gitblit v1.9.1