zmc
2023-12-14 357c5a3c4659f1fe9e46e8c20827ab757c5d3929
src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionApproachExceeding.kt
@@ -18,6 +18,6 @@
    override fun judgeDuration(sIndex: Int, eIndex: Int): Boolean {
        // 判断数据临近超标数量是否连续超过限定个数
        return (eIndex - sIndex) >= config.nearExceedNum
        return (eIndex - 1 - sIndex) >= config.nearExceedNum
    }
}