fix: 设置state

dev
huangfeng 1 year ago
parent 3db9ddf257
commit ca2971fcb0

@ -91,6 +91,7 @@ public class RuleCheckTask {
.threadval(rule.getThreshold())
.warningValue((String) value)
.warnLevel(rule.getLevel())
.state("1")
.warnDesc(sensor.getName() + " " + typePoint.getFieldDesc() + " 告警")
.processTime(date)
.build();

Loading…
Cancel
Save