This commit is contained in:
yang.lee
2023-12-06 11:49:21 +08:00
parent 7f03f1ca26
commit c8d5847941

View File

@@ -267,7 +267,6 @@ namespace Tnb.WarehouseMgr
third_eqp_type = c.third_eqp_type,
}, true)
.ToListAsync();
Logger.Information("获取未下发的预任务列表完成的......");
List<WmsPretaskH> agvElevatorTasks = preTasks
.Where(it => it.endlocation_code.StartsWith("DT", StringComparison.OrdinalIgnoreCase) &&