代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -363,7 +363,14 @@ } task.NextAddress = stationManger?.AGVStationCode ?? ""; task.DeviceCode = stationManger?.Remark ?? ""; task.TaskState = TaskStatusEnum.AGV_Executing.ObjToInt(); if (task.Roadway != "SC01_ZH") { task.TaskState = TaskStatusEnum.AGV_Execute.ObjToInt(); } else { task.TaskState = TaskStatusEnum.AGV_Executing.ObjToInt(); } } }