src/main/kotlin/cn/flightfeather/supervision/business/report/cols/ColProblemDistribution.kt
@@ -5,7 +5,7 @@ import cn.flightfeather.supervision.common.utils.ExcelUtil //问题整改分布 class ColProblemDistribution() : BaseCols() { class ColProblemDistribution(chooseIndexList: List<Int> = emptyList()) : BaseCols(chooseIndexList) { private var h2 = mutableListOf<ExcelUtil.MyCell>() private val currentProblemType = mutableMapOf<String, String>() private val currentProblemHead = mutableListOf<String>()