项目代码/WCS/WCSServices/WIDESEAWCS_Server/Controllers/AGV/AGVController.cs
@@ -278,6 +278,10 @@ _taskService.UpdateTask(task, TaskStatusEnum.AGV_Finish); PutFinish(oldAddress, task.TaskNum); } else if (task.TaskType == TaskTypeEnum.WFBLMYLBackInbound.ObjToInt() || task.TaskType == TaskTypeEnum.WFBYLInbound.ObjToInt()) { _taskService.TaskCompleted(task.TaskNum); } else { task.CurrentAddress = dt_Station.StationCode;