代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -220,7 +220,7 @@ } task.NextAddress = stationManger?.AGVStationCode ?? ""; task.DeviceCode = "AGV_CSJ"; task.DeviceCode = stationManger?.Remark ?? ""; task.TaskState = TaskStatusEnum.AGV_Execute.ObjToInt(); } }