pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/Command.java
@@ -62,7 +62,7 @@ public String toString(){ String s = "命令id=" + id + "\n" ; s += (protocol == null ? "" : ("协议=" + protocol + "\n")); s += (rtuAddr == null ? "" : ("IMEI号=" + rtuAddr + "\n")); s += (rtuAddr == null ? "" : ("Rtu地址=" + rtuAddr + "\n")); s += "命令类型=" + (type.equals(CommandType.innerCommand)?"内部命令":"终端命令") + "\n" ; s += (code == null ? "" : ("功能码=" + code + "\n")) ; s += "返回中间件对命令处理结果=" + (noRtMwDealRes == null?"返回":(noRtMwDealRes?"不返回":"返回") + "\n") ;