Commit 8fce0372 LN

调试状态出库完成不需要通知流水线移栽

1 个父辈 c56f264f
......@@ -1053,6 +1053,11 @@ namespace OnlineStore.DeviceLibrary
}
private void SendOutStoreEnd(StoreMoveInfo storeMove)
{
if (IsDebug)
{
LogUtil.info(Name + $"调试状态,【{MoveInfo.MoveParam.PosInfo.PosId}】出库完成不需要发送消息给环形线移栽");
return;
}
int hasTray = (int)IOValue(IO_Type.TrayCheck_Door);
int ss = (int)storeStatus;
if (IsDebug)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!