Commit c0be4b46 LN

1

1 个父辈 9cb4ff12
......@@ -144,7 +144,7 @@ namespace OnlineStore.DeviceLibrary
}
foreach (WaitResultInfo wait in list)
{
if (wait.IsEnd)
if (wait==null|| wait.IsEnd)
{
continue;
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!