src/main/java/com/zy/core/thread/impl/NyShuttleThread.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/core/thread/impl/NyShuttleThread.java
@@ -745,8 +745,8 @@ InnerSuhttleExtend extend = (InnerSuhttleExtend) this.shuttleProtocol.getExtend(); boolean res = this.shuttleProtocol.getMode() == 0 && !this.shuttleProtocol.getErrorCode().equals("0") && extend.getSuspendState() == 1 || !this.shuttleProtocol.getErrorCode().equals("0") || extend.getSuspendState() == 1 ; return res; }