zmc
2023-11-15 c47bac207b1f49d4cfe8cd98202a96865345a94f
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>()