现场问题处理

This commit is contained in:
2024-09-15 00:59:43 +08:00
parent e3452074aa
commit 71f390cade
3 changed files with 33 additions and 10 deletions

View File

@@ -436,6 +436,7 @@ namespace Tnb.WarehouseMgr
// 如果当前所放梯内货位已占用
if (wmsElevatorH.innerpos.Contains(wmsElevatorcacheArea.name))
{
Logger.LogInformation($"电梯{devName}内托盘{dis.carry_code}当前准备放置的货位已有货!");
return await ToApiResult(HttpStatusCode.InternalServerError, $"电梯{devName}内托盘{dis.carry_code}当前准备放置的货位已有货!");
}