develop
old易 2024-05-07 15:30:59 +08:00
parent 635fdd662f
commit 61b94f112c
1 changed files with 1 additions and 1 deletions

View File

@ -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;