From 8f069a80ed15dd431450f58304513aa3985e62ba Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期二, 14 十一月 2023 16:48:16 +0800 Subject: [PATCH] 1. 新增风险值的查询逻辑; --- src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisController.kt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisController.kt b/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisController.kt index 36ba506..d2bb044 100644 --- a/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisController.kt +++ b/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisController.kt @@ -1,5 +1,6 @@ package com.flightfeather.monitor.analysis.dust +import com.flightfeather.monitor.analysis.dust.exception.* import com.flightfeather.monitor.domain.ds1.entity.DustExceptionData import com.flightfeather.monitor.domain.ds1.repository.DustExceptionDataRep import com.flightfeather.monitor.domain.ds1.repository.DustExceptionSettingRep @@ -23,7 +24,7 @@ private val dustSiteStatusRep: DustSiteStatusRep, ) { - private var running = false + var running = false private val taskList = mutableListOf<BaseDustExceptionAnalysis>() -- Gitblit v1.9.3