|
@@ -209,8 +209,8 @@ public class MonitorSystemServiceImpl extends ServiceImpl<MonitorSystemMapper, M
|
|
offlineMonitor++;
|
|
offlineMonitor++;
|
|
monitorSystem.setStatus(2);
|
|
monitorSystem.setStatus(2);
|
|
}
|
|
}
|
|
- monitorSystemMapper.updateById(monitorSystem);
|
|
|
|
}
|
|
}
|
|
|
|
+ monitorSystemMapper.updateById(monitorSystem);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
mapCount.put("monitorSystemList", monitorSystemList);
|
|
mapCount.put("monitorSystemList", monitorSystemList);
|