|
|
|
@ -2584,7 +2584,7 @@ namespace Myshipping.Application
|
|
|
|
|
result.succ = false;
|
|
|
|
|
result.msg = $"处理异常,原因:{ex.Message}";
|
|
|
|
|
|
|
|
|
|
new EmailNoticeHelper().SendEmailNotice($"taskPKId={taskPKId} 转发通知邮件失败", $"taskPKId={taskPKId} 转发通知邮件失败,原因:{ex.Message}", App.Configuration["EmailNoticeDefaultUser"].GetUserEmailList());
|
|
|
|
|
//new EmailNoticeHelper().SendEmailNotice($"taskPKId={taskPKId} 转发通知邮件失败", $"taskPKId={taskPKId} 转发通知邮件失败,原因:{ex.Message}", App.Configuration["EmailNoticeDefaultUser"].GetUserEmailList());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|