Commit 23ee1430 张东亮

1

1 个父辈 d01e6b82
...@@ -922,7 +922,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -922,7 +922,7 @@ namespace OnlineStore.DeviceLibrary
/// <returns></returns> /// <returns></returns>
bool InHandlingAGVSig() bool InHandlingAGVSig()
{ {
return (ProcessShelfOut || ProcessShelfEnter || return (ProcessShelf ||
AgvNode.status.Equals(NodeStatus.RequestEnter) || AgvNode.status.Equals(NodeStatus.RequestEnter) ||
AgvNode.status.Equals(NodeStatus.RequestLeave) || AgvNode.status.Equals(NodeStatus.RequestLeave) ||
AgvNode.status.Equals(NodeStatus.MayEnter) || AgvNode.status.Equals(NodeStatus.MayEnter) ||
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!