Commit b2287632 张东亮

1

1 个父辈 3ca007c1
......@@ -126,7 +126,7 @@ namespace DeviceLibrary
operation.data.Add("singleIn", "false");
}
Operation resultOperation = HttpHelper.Post(GetPostApi(), operation, 5000, printlog);
if (operation.seq != resultOperation.seq)
if (operation.seq != resultOperation?.seq)
{
Thread.Sleep(1000);
SendInStoreRequest(codelist, reel, printlog);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!