添加跳转路径
This commit is contained in:
@@ -178,6 +178,7 @@ public class SendEventUtils {
|
|||||||
content = ndid + "于" +eventTime+ "发生告警,告警故障编码为:" + eventName;
|
content = ndid + "于" +eventTime+ "发生告警,告警故障编码为:" + eventName;
|
||||||
noticeUserDto.setContent(content);
|
noticeUserDto.setContent(content);
|
||||||
payload.setType(3);
|
payload.setType(3);
|
||||||
|
payload.setPath(getPath(payload.getType()));
|
||||||
noticeUserDto.setPayload(payload);
|
noticeUserDto.setPayload(payload);
|
||||||
}
|
}
|
||||||
sendEventToUser(noticeUserDto);
|
sendEventToUser(noticeUserDto);
|
||||||
|
|||||||
Reference in New Issue
Block a user