Commit b0b39cc7 LN

1

1 个父辈 4b5dc274
...@@ -199,17 +199,17 @@ namespace OnlineStore.DeviceLibrary ...@@ -199,17 +199,17 @@ namespace OnlineStore.DeviceLibrary
if (!(oldList[i].Equals(newList[i]))) if (!(oldList[i].Equals(newList[i])))
{ {
needUpdate = true; needUpdate = true;
if (IsAxisCheckDI(ip, i)) //if (IsAxisCheckDI(ip, i))
{ //{
// LogUtil.info("AIOBOXManager UpdateDI [" + ip + "][" + i + "],从" + oldList[i] + "变为" + newList[i]); // // LogUtil.info("AIOBOXManager UpdateDI [" + ip + "][" + i + "],从" + oldList[i] + "变为" + newList[i]);
} //}
//break;
}
if (needUpdate && i >= 2)
{
break; break;
} }
//if (needUpdate && i >= 2)
//{
// break;
//}
} }
} }
if (needUpdate) if (needUpdate)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!