处理模板示例列合并问题

This commit is contained in:
钱涛 2025-02-08 15:12:42 +08:00
parent e48c74b2e2
commit 54559b198b
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public class SalaryCommonController {
XSSFWorkbook workbook = getSalaryCommonWrapper(user).downloadPageExportTemplateFile(param);
String fileName = "薪资明细模板" + LocalDate.now();
String fileName = "薪资明细模板示例" + LocalDate.now();
try {
fileName = URLEncoder.encode(fileName + ".xlsx", "UTF-8");
} catch (UnsupportedEncodingException e) {