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); // 调用飞行任务