pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/server/local/CommandInnerDeaLer.java
@@ -94,7 +94,7 @@ */ private Command allRtuStates(Command command) throws Exception{ Map<String, RtuStatus> map = new RtuStatusDeal().dealAll() ; return ReturnCommand.successed("查询所有RTU在线情况结果", command.getId(), command.getCode(), map) ; return ReturnCommand.successed("查询所有RTU状态结果", command.getId(), command.getCode(), map) ; } /**