zmc
2023-11-23 a15f3dccec3c370f90005068350173768a5e222d
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>()