Skip to content

Commit fc01216

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents efb3ffb + bbb9aa7 commit fc01216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Blog.Core.Tasks/QuartzNet/Jobs/JobBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public async Task<string> ExecuteJob(IJobExecutionContext context, Func<Task> fu
2727
//记录Job
2828
TasksLog tasksLog = new TasksLog();
2929
//JOBID
30-
int jobid = context.JobDetail.Key.Name.ObjToInt();
30+
long jobid = context.JobDetail.Key.Name.ObjToLong();
3131
//JOB组名
3232
string groupName = context.JobDetail.Key.Group;
3333
//日志

0 commit comments

Comments
 (0)