From 3283dd3b70ffca47e655f33daac4bd9d484875af Mon Sep 17 00:00:00 2001 From: lucas Date: Mon, 1 Sep 2025 15:45:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=81=A2=E5=A4=8D=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E5=88=A4=E6=96=AD=20=E6=B5=8B=E9=87=8F=E5=80=BC=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E6=AD=A3=E5=B8=B8=20=E5=92=8C=20=E5=8F=98=E5=8C=96?= =?UTF-8?q?=E9=80=9F=E7=8E=87=E6=81=A2=E5=A4=8D=E6=AD=A3=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consumers/consumerAxySkAlarm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumers/consumerAxySkAlarm.go b/consumers/consumerAxySkAlarm.go index 3e0e419..8163b66 100644 --- a/consumers/consumerAxySkAlarm.go +++ b/consumers/consumerAxySkAlarm.go @@ -261,7 +261,7 @@ func (the *consumerAxySkAlarm) judgeSK() string { //恢复无告警的双控测点 log.Printf("无告警,待恢复的测点ids==%v", noAlarmStationIds) for _, stationId := range noAlarmStationIds { - content := "原始告警都已恢复" + content := "测量值恢复正常 和 变化速率恢复正常" payload := the.skAlarmAutoElimination(trigger.StructId, trigger.StructName, stationId, "", trigger.AlarmLevel, content) the.OutKafka.Publish(the.Info.IoConfig.Out.Kafka.AlarmTopic, payload) hisK := fmt.Sprintf("%s_%s", stationId, fmt.Sprintf("3077000%d", trigger.AlarmLevel))