From 87b49f21ecff2d2db3d109c202b3af4e873cca75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com> Date: Wed, 23 Jul 2025 17:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A1=AB=E5=85=85=E5=AE=9E=E9=99=85=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/ManageApp.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAuth.App/ServiceApp/ManageApp.cs b/OpenAuth.App/ServiceApp/ManageApp.cs index 3da200c..872a166 100644 --- a/OpenAuth.App/ServiceApp/ManageApp.cs +++ b/OpenAuth.App/ServiceApp/ManageApp.cs @@ -432,6 +432,7 @@ namespace OpenAuth.App.ServiceApp { var x = DateTime.Now; // 计算执行时间 + task.ExecuteTime = x; task.ScheduledStartTime = x; task.ScheduledEndTime = x.AddMilliseconds(task.PlanExecuteDuration); // 调用飞行任务