feat(REQ-4586) - 调整检测下个节点的告警日志内容

This commit is contained in:
wangli 2025-07-14 09:43:16 +08:00
parent 0a74e0c4cd
commit 439ef6ef4d
2 changed files with 2 additions and 2 deletions

View File

@ -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" +

View File

@ -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" +