From 5a01f4460b215628a1ef4ea1336123364cfa1f23 Mon Sep 17 00:00:00 2001 From: fyf Date: Fri, 13 May 2022 17:44:23 +0800 Subject: [PATCH] 2323 --- DataVAPI/UpAndDown/ProcessServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataVAPI/UpAndDown/ProcessServer.cs b/DataVAPI/UpAndDown/ProcessServer.cs index 82559a2..abe5032 100644 --- a/DataVAPI/UpAndDown/ProcessServer.cs +++ b/DataVAPI/UpAndDown/ProcessServer.cs @@ -261,7 +261,7 @@ namespace DataVAPI.UpAndDown int index = 0; if (receiveModel.status.value == "离线") { index = devModel.operatingDeviceStatus.data.Count - 1; } - else index = devModel.operatingDeviceStatus.data.FindIndex(0, ar => ar.DeviceMS.Contains("离线")); + else index = devModel.operatingDeviceStatus.data.FindIndex(0, ar => ar.DeviceZT.Contains("离线")); if (index > devModel.operatingDeviceStatus.data.Count - 1) index = devModel.operatingDeviceStatus.data.Count - 1; int now = devModel.operatingDeviceStatus.data.IndexOf(dev);