From 8f7542559760324c4dd6a2f9795d4c4df21df7af Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 31 十月 2023 14:38:57 +0800
Subject: [PATCH] 1. 修改了数据超标分析模块的类型为数据超标类型

---
 src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataExceed.kt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataExceed.kt b/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataExceed.kt
index d092f3e..4de2461 100644
--- a/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataExceed.kt
+++ b/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataExceed.kt
@@ -9,7 +9,7 @@
  */
 class ExceptionDataExceed(config: DustExceptionSetting) : BaseExceptionContinuous(config) {
 
-    override fun getExceptionType(): ExceptionType = ExceptionType.TYPE1
+    override fun getExceptionType(): ExceptionType = ExceptionType.TYPE2
 
     override fun judgeException(p: DustSiteData?, n: DustSiteData): Boolean {
         return n.dustValue >= config.exceedingStandard

--
Gitblit v1.9.3