ruoyi-system/src/main/java/com/ruoyi/system/listener/TaskMessageListener.java
@@ -260,7 +260,7 @@ departure = task.getDepartureAddress(); } DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm"); content.append(",出发时间:").append(df.format(dispatchTime)); content.append(",出发时间:").append(df.format(dispatchTime)); // 添加目的地信息 String destination = null; @@ -271,7 +271,6 @@ } if (departure != null || destination != null) { content = new StringBuilder(); if (departure != null) { content.append("出发地:").append(departure); }