pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/server/upgrade/UpgradeTask.java
@@ -206,7 +206,6 @@ AtomicBoolean hasRunning = new AtomicBoolean(false); this.upgradeRtus.values().forEach(info ->{ if(info.state == UpgradeRtu.STATE_OFFLINE){ state.offLineTotal++ ; state.failTotal++; }else if(info.state == UpgradeRtu.STATE_UNSTART){ state.unStartTotal ++ ;