更新手飞任务结束时间

feature-flyModify
陈伟 2025-08-29 15:56:25 +08:00
parent 89441d0003
commit 8983632b71
1 changed files with 2 additions and 0 deletions

View File

@ -2461,6 +2461,8 @@ namespace OpenAuth.App.ServiceApp
var task = new LasaTask()
{
Id = taskid,
// ScheduledEndTime = DateTime.Now,
CompletedTime = DateTime.Now,
Status = 5 // 成功
};
using var db = Repository.AsSugarClient();