zrj
2024-06-28 989b3a75d3cb3a3a22554029426a9bb54ef4537f
skjcmanager/skjcmanager-service/skjcmanager-alerts/src/main/java/cn/gistack/alerts/notice/service/impl/NoticeHandle.java
@@ -1360,7 +1360,7 @@
      }
      map.put("list", mapList);
      map.put("scenesId", smsRequestTemplate.getSmsTemplate().getTemplateId());
      String taskName = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy年MM月dd日HH:mm:ss")) + smsRequestTemplate.getAlarmRule().getRuleName() + "智能外呼";
      String taskName = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy年MM月dd日HH:mm:ss")) +"-"+ smsRequestTemplate.getAlarmRule().getRuleName() + "-智能外呼";
      map.put("taskName", taskName);
      String taskScheduleTime = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
      map.put("taskScheduleTime", taskScheduleTime);