|
|
@@ -354,12 +354,12 @@ public class MachineDistributeLeaflets extends DatabusAdaptImpl {
|
|
|
}
|
|
|
String content = staffName + " 您有新的维修任务,维修信息如下:\n";
|
|
|
|
|
|
- content += ("> 标题:<font color=\"comment\">" + paramIn.getString("repairName") + "</font> ");
|
|
|
- content += ("> 电话:<font color=\"comment\">" + paramIn.getString("tel") + "</font> ");
|
|
|
- content += ("> 时间:<font color=\"comment\">" + paramIn.getString("time") + "</font> ");
|
|
|
- content += ("> 内容:<font color=\"comment\">" + paramIn.getString("context") + "</font> ");
|
|
|
- content += ("> 位置:<font color=\"comment\">" + address + "</front> ");
|
|
|
- content += ("> 单号:<font color=\"comment\">" + paramIn.getString("repairId") + "</font> ");
|
|
|
+ content += ("> 标题:<font color=\"comment\">" + paramIn.getString("repairName") + "</font> \n");
|
|
|
+ content += ("> 电话:<font color=\"comment\">" + paramIn.getString("tel") + "</font> \n");
|
|
|
+ content += ("> 时间:<font color=\"comment\">" + paramIn.getString("time") + "</font> \n");
|
|
|
+ content += ("> 内容:<font color=\"comment\">" + paramIn.getString("context") + "</font> \n");
|
|
|
+ content += ("> 位置:<font color=\"comment\">" + address + "</front> \n");
|
|
|
+ content += ("> 单号:<font color=\"comment\">" + paramIn.getString("repairId") + "</font> \n");
|
|
|
|
|
|
rebootMarkdown.put("content", content);
|
|
|
logger.info("发送消息内容:{}", content);
|