zyl 2 ماه پیش
والد
کامیت
79e773ded2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      liutongyi-admin/src/main/java/com/citygis/web/service/impl/TabSystemMsgServiceImpl.java

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