HDL_ON/DAL/DriverLayer/Control.cs
@@ -1044,11 +1044,15 @@ if (Ins.GatewayOnline_Local && isCloudData)//本地链接,除了涂鸦设备数据之外的云端数据不处理 { if (FunctionList.List.OtherBrandFunction.Count != 0) if (FunctionList.List.OtherBrandFunction.Count == 0) { MainPage.Log($"A协议更新状态:本地链接,除了涂鸦设备数据之外的云端数据不处理..."); return; } else { if (FunctionList.List.OtherBrandFunction.Find((obj) => obj.sid == updateTemp.sid) == null) { //MainPage.Log($"A协议更新状态:本地链接,除了涂鸦设备数据之外的云端数据不处理..."); return; } }