Administrator
2024-01-12 6aafdb213f0c18e891b47d6312d87b8045c835b7
pipIrr-platform/pipIrr-mw/pipIrr-mw-accept/src/main/java/com/dy/aceMw/server/forTcp/TcpDownCommandObj.java
@@ -50,8 +50,8 @@
         return removeNodeFromCach ;
      }
      
      TcpSession tcpSe = TcpSessionCach.getTcpSession(this.result.rtuAddr) ;
      Boolean flag = TcpSessionCach.isConnect(this.result.rtuAddr) ;
      TcpSession tcpSe = TcpSessionCache.getTcpSession(this.result.rtuAddr) ;
      Boolean flag = TcpSessionCache.isConnect(this.result.rtuAddr) ;
      if(tcpSe == null || flag == null || !flag.booleanValue()){
         //未曾上线或不在线
         if(!this.result.isCachForOffLine){