1
This commit is contained in:
@@ -267,7 +267,6 @@ namespace Tnb.WarehouseMgr
|
|||||||
third_eqp_type = c.third_eqp_type,
|
third_eqp_type = c.third_eqp_type,
|
||||||
}, true)
|
}, true)
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
Logger.Information("获取未下发的预任务列表完成的......");
|
|
||||||
|
|
||||||
List<WmsPretaskH> agvElevatorTasks = preTasks
|
List<WmsPretaskH> agvElevatorTasks = preTasks
|
||||||
.Where(it => it.endlocation_code.StartsWith("DT", StringComparison.OrdinalIgnoreCase) &&
|
.Where(it => it.endlocation_code.StartsWith("DT", StringComparison.OrdinalIgnoreCase) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user