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){