wyyay 2 gadi atpakaļ
vecāks
revīzija
cbcc1f2595

+ 1 - 1
hazard-admin/src/main/java/com/ozs/web/controller/accountmanagment/MsgAlarmController.java

@@ -356,7 +356,7 @@ public class MsgAlarmController extends BaseController {
         try {
         try {
             List<AlarmStatisticMonthDto> list = msgAlarmService.exportExcelMonth(alarmStatisticResVo, userId);
             List<AlarmStatisticMonthDto> list = msgAlarmService.exportExcelMonth(alarmStatisticResVo, userId);
             ExcelUtil<AlarmStatisticMonthDto> util = new ExcelUtil<>(AlarmStatisticMonthDto.class);
             ExcelUtil<AlarmStatisticMonthDto> util = new ExcelUtil<>(AlarmStatisticMonthDto.class);
-            util.exportExcel(response, list, "-报警月统计数据");
+            util.exportExcel(response, list, "报警月统计数据");
         } catch (Exception e) {
         } catch (Exception e) {
             e.printStackTrace();
             e.printStackTrace();
             log.info(e.getMessage());
             log.info(e.getMessage());