ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/server/DOWNConnectRspService.java
@@ -76,11 +76,13 @@ } if (times >= 18) { UPConnect ipAndPort = ChannelMap.getIpAndPort(inferiorPlatformId); boolean b = connectReqService.downConnect(inferiorPlatformId, ipAndPort.getDownLinkIp(), ipAndPort.getDownLinkPort(), ipAndPort.getVerifyCode()); if (b) { times = 0; } else { times++; if(null != ipAndPort){ boolean b = connectReqService.downConnect(inferiorPlatformId, ipAndPort.getDownLinkIp(), ipAndPort.getDownLinkPort(), ipAndPort.getVerifyCode()); if (b) { times = 0; } else { times++; } } } else { times++;