代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -263,8 +263,15 @@ { task.NextAddress = router.NextPosi; task.DeviceCode = stationManger.StackerCraneCode; if (item.TaskType == TaskTypeEnum.MesOutbound.ObjToInt() && task.TargetAddress== "SCUTL-001") { task.TaskState = TaskStatusEnum.MesPending.ObjToInt(); } else { task.TaskState = TaskStatusEnum.SC_Execute.ObjToInt(); } } else if (item.TaskType == TaskTypeEnum.MesOutbound.ObjToInt() && item.RoadWay.Contains("ZH")) { task.NextAddress = stationManger.StackerCraneStationCode;