zyl vor 2 Monaten
Ursprung
Commit
79e773ded2

+ 1 - 1
liutongyi-admin/src/main/java/com/citygis/web/service/impl/TabSystemMsgServiceImpl.java

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