feiyu02
2023-12-01 c6842e8498c2d9b469890b38cd9f0d714392c445
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
    }
}