zmc
2023-11-02 21427a082fc07bed414dbfe0473678d8aeb37006
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