Commit c734f00f LN

接驳台ng料判断条件修改

1 个父辈 f1a29791
......@@ -384,7 +384,7 @@ namespace OnlineStore.DeviceLibrary
MoveInfo.MoveParam = inoup;
return true;
}
else if (trayInfo.InOrOutStore.Equals(ReelType.OutStore) && inoup.urgentReel.Equals(false) && this.DeviceID.Equals(217))
else if (trayInfo.InOrOutStore.Equals(ReelType.OutStore) && inoup.urgentReel && this.DeviceID.Equals(217))
{
LogInfo(" 料盘需要移栽到NG箱:紧急料" + "" + inoup.ToStr());
SecondMoveInfo.MoveParam = inoup;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!