From 21427a082fc07bed414dbfe0473678d8aeb37006 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 02 十一月 2023 11:56:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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