From 61b94f112c5cf9d1a974e4ce360bc703f95c0c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Tue, 7 May 2024 15:30:59 +0800 Subject: [PATCH] feat:a --- New_College.Services/V_CustomerInfoServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New_College.Services/V_CustomerInfoServices.cs b/New_College.Services/V_CustomerInfoServices.cs index 8285982..8d8f3c0 100644 --- a/New_College.Services/V_CustomerInfoServices.cs +++ b/New_College.Services/V_CustomerInfoServices.cs @@ -728,7 +728,7 @@ namespace New_College.Services }); }); - var outputPath = string.Format("output_{0}.xlsx", DateTime.Now.ToString("yyyyMMddHHssfff")); // 或指定完整的文件路径 + var outputPath = string.Format("last_week_registeruser_{0}.xlsx", DateTime.Now.ToString("yyyyMMdd")); // 或指定完整的文件路径 var path = environment.WebRootPath; string urlPath = $"/Content/Upload/"; var newpath = path + urlPath + outputPath;