From 5911ebc876a77555cd4eb7f55e0f42456a26337c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com> Date: Thu, 28 Aug 2025 13:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/FlyTask/Request/LasaHandFlyTask.cs | 4 ++-- OpenAuth.App/ServiceApp/ManageApp.cs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/OpenAuth.App/ServiceApp/FlyTask/Request/LasaHandFlyTask.cs b/OpenAuth.App/ServiceApp/FlyTask/Request/LasaHandFlyTask.cs index 937d1ed..fca3eae 100644 --- a/OpenAuth.App/ServiceApp/FlyTask/Request/LasaHandFlyTask.cs +++ b/OpenAuth.App/ServiceApp/FlyTask/Request/LasaHandFlyTask.cs @@ -6,6 +6,6 @@ public class LasaHandFlyTask /// 计划id /// public string FlightId { get; set; } - - + + public string WorkspaceId { get; set; } } \ No newline at end of file diff --git a/OpenAuth.App/ServiceApp/ManageApp.cs b/OpenAuth.App/ServiceApp/ManageApp.cs index 0237aaf..90caa9b 100644 --- a/OpenAuth.App/ServiceApp/ManageApp.cs +++ b/OpenAuth.App/ServiceApp/ManageApp.cs @@ -2363,6 +2363,7 @@ namespace OpenAuth.App.ServiceApp TaskType = 0, //0 计划任务 1 手飞任务 FlightTaskType = 1, + WorkspaceId = task.WorkspaceId, FlightId = task.FlightId, Status = 0, // 待执行 CreateTime = date,