From 78417d2bd5b14ec1d4da8f4122d4b505fcab86c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Mon, 18 Nov 2024 16:03:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=90=8C=E6=AD=A5=E5=8F=91?= =?UTF-8?q?=E9=80=81=E9=82=AE=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New_College.Tasks/HostedService/ExcelExportJobTimedService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New_College.Tasks/HostedService/ExcelExportJobTimedService.cs b/New_College.Tasks/HostedService/ExcelExportJobTimedService.cs index 3dee53b..7db9725 100644 --- a/New_College.Tasks/HostedService/ExcelExportJobTimedService.cs +++ b/New_College.Tasks/HostedService/ExcelExportJobTimedService.cs @@ -47,7 +47,7 @@ namespace New_College.Tasks { try { - await _customerInfoServices.CustomeBillExport(); + // await _customerInfoServices.CustomeBillExport(); Console.WriteLine($"ExportJob 启动成功"); } catch (Exception ex)