Commit b60e0c3e LN

空托盘暂不分流

1 个父辈 d6bae970
......@@ -360,10 +360,10 @@ namespace OnlineStore.DeviceLibrary
{
int lineNum = DeviceID % 100;
TrayInfo trayInfo = TrayManager.GetTrayInfo(trayNum);
//if (!trayInfo.IsFull)
//{
// return false;
//}
if (!trayInfo.IsFull)
{
return false;
}
if (trayInfo.IsFull)
{
InOutParam inoup = trayInfo.InoutPar;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!