소스 검색

2323

master
fyf 2 년 전
부모
커밋
5a01f4460b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      DataVAPI/UpAndDown/ProcessServer.cs

+ 1
- 1
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);


불러오는 중...
취소
저장