去掉同步发送邮件
parent
bcfc4597e3
commit
78417d2bd5
|
|
@ -47,7 +47,7 @@ namespace New_College.Tasks
|
|||
{
|
||||
try
|
||||
{
|
||||
await _customerInfoServices.CustomeBillExport();
|
||||
// await _customerInfoServices.CustomeBillExport();
|
||||
Console.WriteLine($"ExportJob 启动成功");
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Reference in New Issue