去掉同步发送邮件

develop
old易 2024-11-18 16:03:24 +08:00
parent bcfc4597e3
commit 78417d2bd5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace New_College.Tasks
{
try
{
await _customerInfoServices.CustomeBillExport();
// await _customerInfoServices.CustomeBillExport();
Console.WriteLine($"ExportJob 启动成功");
}
catch (Exception ex)