From 6f28997aa8d9f62e0c54838490a473041f709742 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 02 十一月 2023 11:42:32 +0800
Subject: [PATCH] 修改了数据排名清单sql查询语句

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

diff --git a/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataMissing.kt b/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataMissing.kt
index bc526a0..13762c5 100644
--- a/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataMissing.kt
+++ b/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataMissing.kt
@@ -12,6 +12,11 @@
 
     private var lastData: DustSiteData? = null
 
+    override fun init() {
+        super.init()
+        lastData = null
+    }
+
     override fun getExceptionType(): ExceptionType = ExceptionType.TYPE0
 
     override fun onNextData(data: DustSiteData) {

--
Gitblit v1.9.3