@@ -131,7 +131,7 @@ public class TabSystemMsgServiceImpl extends ServiceImpl<TabSystemMsgMapper, Tab
LocalDate sunday = today.with(DayOfWeek.SUNDAY);
// 设置文件保存路径
- String filePath = weekReportFilePath + "周报" + monday + "-" + sunday + ".xlsx";
+ String filePath = weekReportFilePath + "疾控周报" + monday + "-" + sunday + ".xlsx";
EasyExcel.write(filePath).withTemplate(templateFilePath).sheet().doFill(map);