<fix>[normal]删除多余代码

This commit is contained in:
葛林强 2024-05-30 15:36:11 +08:00
parent 21e3dedb78
commit 01fd5fa294

View File

@ -48,15 +48,6 @@ public class BaseOprDataHandler(AppElTagBaseDao tagBaseDao, AppElTagTaskDao tagT
break;
}
});
if(tcpServe.SubCommand==(int)AtopSubCommandEnum.Confirm || tcpServe.SubCommand==(int)AtopSubCommandEnum.StockOut)
{
Task.Factory.StartNew(() => Confirm(tcpServe)); // 当确定拣选或者缺货时
return;
}
}