ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -107,7 +107,8 @@ //æä¸èèå¤è·¯å¾ if (routers.Count > 0) { task.TaskState = (int)TaskInStatusEnum.InNew; if (task.TaskType != TaskInboundTypeEnum.PalletInbound.ObjToInt()) task.TaskState = (int)TaskInStatusEnum.InNew; task.CurrentAddress = item.SourceAddress; task.NextAddress = routers.FirstOrDefault().ChildPosi; }