From 930dc44a8c0e7fb61cc18184fa810868328da0ee Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期六, 27 十二月 2025 10:32:43 +0800
Subject: [PATCH] 1.rcs请求wcs放货申请 2.wcs反馈rcs继续执行 3.rcs放货完成,已退出输送线,反馈end到wcs 4.rcs请求wcs取货申请 5.wcs反馈rcs继续执行 6.rcs取货完成,已退出输送线,重置站点工作号和目标站

---
 src/main/java/com/zy/core/netty/OnlineServer.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/core/netty/OnlineServer.java b/src/main/java/com/zy/core/netty/OnlineServer.java
index f6e68ec..b81091f 100644
--- a/src/main/java/com/zy/core/netty/OnlineServer.java
+++ b/src/main/java/com/zy/core/netty/OnlineServer.java
@@ -1,6 +1,7 @@
 package com.zy.core.netty;
 
 
+import com.zy.common.utils.News;
 import com.zy.core.netty.properties.TcpProperties;
 import io.netty.bootstrap.ServerBootstrap;
 import io.netty.buffer.PooledByteBufAllocator;
@@ -66,7 +67,7 @@
 
         ResourceLeakDetector.setLevel(ResourceLeakDetector.Level.ADVANCED);
 
-        log.info("TCP server started successfully, port锛歿}", tcpProperties.getPort());
+        News.info("TCP server started successfully, port锛歿}", tcpProperties.getPort());
 
         channel = bootstrap.bind(tcpProperties.getPort()).sync().channel();
     }
@@ -86,7 +87,7 @@
         if (workerGroup != null) {
             workerGroup.shutdownGracefully();
         }
-        log.info("TCP server stopped successfully, port: {}", tcpProperties.getPort());
+        News.info("TCP server stopped successfully, port: {}", tcpProperties.getPort());
     }
 
 }

--
Gitblit v1.9.1