feat(REQ-4586) - 调整检测下个节点的告警日志内容
This commit is contained in:
parent
0a74e0c4cd
commit
439ef6ef4d
@ -174,7 +174,7 @@ public class DingTalkUtils {
|
||||
OapiRobotSendRequest.Markdown markdown = new OapiRobotSendRequest.Markdown();
|
||||
markdown.setTitle("Notice 审批模板节点预检查告警, Env: " + profile);
|
||||
markdown.setText("#### [" + profile + "]审批模板节点预检查告警\n" +
|
||||
"> 相关信息: " + JSONUtil.toJsonStr(alterDTO) + "\n\n" +
|
||||
// "> 相关信息: " + JSONUtil.toJsonStr(alterDTO) + "\n\n" +
|
||||
"> 实例 ID:" + alterDTO.getProcessInstanceId() + "\n\n" +
|
||||
"> 检测节点 ID:" + alterDTO.getActivityId() + "\n\n" +
|
||||
"> ##### 错误信息:" + alterDTO.getErrorMsg() + "\n\n" +
|
||||
|
||||
@ -66,7 +66,7 @@ public class DingTalkAlter implements Alter {
|
||||
String processInstanceId = alterDTO.getProcessInstanceId();
|
||||
String title = "Notice 审批模板节点预检查告警, Env: " + profile;
|
||||
String text = "#### [" + profile + "]审批模板节点预检查告警\n" +
|
||||
"> 相关信息: " + JSONUtil.toJsonStr(alterDTO) + "\n\n" +
|
||||
// "> 相关信息: " + JSONUtil.toJsonStr(alterDTO) + "\n\n" +
|
||||
"> 实例 ID:" + alterDTO.getProcessInstanceId() + "\n\n" +
|
||||
"> 检测节点 ID:" + alterDTO.getActivityId() + "\n\n" +
|
||||
"> ##### 错误信息:" + alterDTO.getErrorMsg() + "\n\n" +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user