HDL_ON/Common/ApiUtlis.cs
@@ -56,7 +56,9 @@ return result; } /// <summary> /// 下载数据完成标记 /// </summary> public bool DownloadDataComplete = true; /// <summary> /// 下载数据 @@ -168,7 +170,7 @@ for (int i = 0; i < FunctionList.List.GetDeviceFunctionList().Count;) { var localFunction = FunctionList.List.GetDeviceFunctionList()[i]; if (localFunction.Spk_Prefix == FunctionCategory.Music || string.IsNullOrEmpty(localFunction.Spk_Prefix)) if (SPK.MusicSpkList().Contains(localFunction.spk)) { i++; continue;