设备定时任务更新设备状态bug修复
This commit is contained in:
@ -110,6 +110,7 @@ public class DeviceAlarmController extends BaseController {
|
||||
offlineCount+=Integer.parseInt(String.valueOf(moisture.get("deviceOfflineCount")));
|
||||
offlineCount+=Integer.parseInt(String.valueOf(monitor.get("deviceOfflineCount")));
|
||||
offlineCount+=Integer.parseInt(String.valueOf(targetpest.get("deviceOfflineCount")));
|
||||
System.err.println("设备离线数量:"+offlineCount);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user