自动化立体仓库 - WCS系统
#
zjj
2024-05-16 c6ba2c1aef70b32c9de7af4e13cfc7c4183a658a
src/main/java/com/zy/core/netty/handle/PackageServerHandler.java
@@ -1,6 +1,7 @@
package com.zy.core.netty.handle;
import com.core.common.Cools;
import com.zy.common.utils.News;
import com.zy.core.Slave;
import com.zy.core.cache.SlaveConnection;
import com.zy.core.enums.SlaveType;
@@ -59,7 +60,7 @@
        String uuid = chPackage.getUuid();
        Channel channel = ChannelCache.getChannel(uuid);
        if (null == channel){
            log.warn("通道uuid={} 不在线", uuid);
            News.warn("通道uuid={} 不在线", uuid);
            return;
        }
        channel.writeAndFlush(chPackage);