This commit is contained in:
alex
2023-08-10 10:24:27 +08:00
parent 7aea535351
commit e88604b748
3 changed files with 9 additions and 3 deletions

View File

@@ -380,7 +380,7 @@ namespace Tnb.WarehouseMgr
Log.Error("生成预任务执行时出现错误", ex);
var opts = curUser.FindFirst(ClaimConst.CONNECTIONCONFIG)?.Value;
ErrorInfo ei = new()
TimedTaskErrorInfo ei = new()
{
RequestURL = App.HttpContext?.Request?.Path,
RequestMethod = App.HttpContext?.Request?.Method,