|
|
@@ -341,6 +341,9 @@ namespace WCS.WorkEngineering.Systems
|
|
|
.OrderByDescending(v => v.Floor == floor ? 1 : 0)
|
|
|
.OrderBy(v => v.AddTime)
|
|
|
.First();
|
|
|
+ if (task.BusType== "一楼立库出空轮")
|
|
|
+ {
|
|
|
+ }
|
|
|
if (task == null) return;//throw new KnownException($"{obj.Entity.Code}未找到出库任务", LogLevelEnum.High);
|
|
|
|
|
|
string addrTo = task.SrmStation;
|