mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -211,7 +211,7 @@ public class NettyServerHandler extends ChannelInboundHandlerAdapter {
|
|||||||
|
|
||||||
// 删除桩编号和channel的关系
|
// 删除桩编号和channel的关系
|
||||||
if (StringUtils.isNotBlank(pileSn)) {
|
if (StringUtils.isNotBlank(pileSn)) {
|
||||||
PileChannelEntity.removeByPileSn(pileSn);
|
// PileChannelEntity.removeByPileSn(pileSn);
|
||||||
}
|
}
|
||||||
// 删除连接
|
// 删除连接
|
||||||
CHANNEL_MAP.remove(channelId);
|
CHANNEL_MAP.remove(channelId);
|
||||||
|
|||||||
Reference in New Issue
Block a user