2023甬江杯投票

This commit is contained in:
范露尧
2023-09-14 20:09:02 +08:00
parent 39c2f98a09
commit d39d2f0589
16 changed files with 2395 additions and 79 deletions

View File

@@ -118,7 +118,7 @@ namespace Vote.Services.Tools
{
try
{
string template_name = "2022年度甬江杯投票.xlsx";
string template_name = "2023年度甬江杯投票.xlsx";
string excelFilePath = $"{App.WebHostEnvironment.WebRootPath}\\ExcelTemplate\\{template_name}";
string outputPath = string.Empty;
if (!string.IsNullOrEmpty(excelFilePath))