Merge commit 'refs/pull/45/head' of https://gitee.com/izory/ZrAdminNetCore

This commit is contained in:
不做码农 2023-12-06 12:31:17 +08:00
commit ae4bb658fd

View File

@ -1,4 +1,4 @@
using Infrastructure.Attribute;
using Infrastructure.Attribute;
using Quartz;
using System.Threading.Tasks;
@ -15,7 +15,7 @@ namespace ZR.Tasks.TaskScheduler
public async Task Execute(IJobExecutionContext context)
{
await ExecuteJob(context, async () => await Run());
await ExecuteJob(context, Run);
}
public async Task Run()