Commit 9202d9ab LN

1

1 个父辈 66de4f21
...@@ -776,6 +776,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -776,6 +776,7 @@ namespace OnlineStore.DeviceLibrary
if (WaitShelfEnter) if (WaitShelfEnter)
{ {
LogUtil.error(Name + " 启动出库【" + param.ToStr() + "】失败,WaitShelfEnter=true ,需要等待入库结束才能出库"); LogUtil.error(Name + " 启动出库【" + param.ToStr() + "】失败,WaitShelfEnter=true ,需要等待入库结束才能出库");
return false;
} }
if (!StoreManager.LoadInoutParam(param, false, this)) if (!StoreManager.LoadInoutParam(param, false, this))
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!