From a4710466e5f25c620dd2bb3b97b2a93add791bf1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com>
Date: Mon, 15 Apr 2024 17:42:53 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
New_College.Api/Controllers/HealthCheckController.cs | 2 +-
New_College.Services/V_CustomerInfoServices.cs | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/New_College.Api/Controllers/HealthCheckController.cs b/New_College.Api/Controllers/HealthCheckController.cs
index dce7996..57cc69e 100644
--- a/New_College.Api/Controllers/HealthCheckController.cs
+++ b/New_College.Api/Controllers/HealthCheckController.cs
@@ -70,7 +70,7 @@ namespace New_College.Controllers
//return d_LongIdMapServices.UpdateUniveristyInf();
// await d_LongIdMapServices.UpdatePlanScoreLine();
- // await v_CustomerInfoServices.CustomeBillExport();
+ await v_CustomerInfoServices.CustomeBillExport();
return true;
}
diff --git a/New_College.Services/V_CustomerInfoServices.cs b/New_College.Services/V_CustomerInfoServices.cs
index 0b9fc4d..8285982 100644
--- a/New_College.Services/V_CustomerInfoServices.cs
+++ b/New_College.Services/V_CustomerInfoServices.cs
@@ -484,7 +484,7 @@ namespace New_College.Services
}
}
-
+
}
catch (Exception exx)
{
@@ -737,10 +737,10 @@ namespace New_College.Services
Directory.CreateDirectory(DirectoryName);
ListExportExcelUtil.ExportToExcel(clist, newpath);
- string outputres = "Excel/"+outputPath;
+ string outputres = "Excel/" + outputPath;
string outputurl = AliYunOssHelper.UploadFile(outputres, newpath);
-
- await MailKitManagement.SendMessageAsync(new List