优先级、巷道、分区
This commit is contained in:
@@ -157,7 +157,7 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
try
|
||||
{
|
||||
if (s_elevatorMap.TryGetValue(elevator.device_id, out object? elevatorCode))
|
||||
if (elevator != null && s_elevatorMap.TryGetValue(elevator.device_id, out object? elevatorCode))
|
||||
{
|
||||
//s_eleUseStatusDic[elevator.device_id] = (int)EnumElevatorUseStatus.空闲;
|
||||
string devName = elevatorCode?.ToString();
|
||||
|
||||
Reference in New Issue
Block a user