This commit is contained in:
2025-03-13 15:06:04 +08:00
parent 93006cdabf
commit b42ae27e20
2 changed files with 12 additions and 7 deletions
@@ -1,4 +1,5 @@
using BLL;
using Model;
using System;
using System.Web.Http;
@@ -19,7 +20,12 @@ namespace WebAPI.Controllers
var responeData = new Model.ResponeData();
try
{
GJSXMonitorService.OverdueWarningSendEmail();
//获取公司发送者邮箱配置
Email_Pop pops = BLL.Email_PopService.GetEmail_Pop("7EC5E991-B7A0-495A-90ED-2BE15370C959");
if (pops != null)
{
GJSXMonitorService.OverdueWarningSendEmail();
}
}
catch (Exception ex)
{