新增企业微信通知

This commit is contained in:
不做码农
2022-07-09 19:02:36 +08:00
parent f8eade3955
commit 262e593ff6
4 changed files with 168 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ using Quartz;
using System;
using System.Diagnostics;
using System.Threading.Tasks;
using ZR.Common;
using ZR.Model.System;
using ZR.Service.System.IService;
@@ -47,6 +48,7 @@ namespace ZR.Tasks
};
status = 1;
logMsg = $"Job Run FailException{ex.Message}";
WxNoticeHelper.SendMsg("任务执行出错", logMsg);
}
var logModel = new SysTasksLog()