feiyu02
2024-01-09 c941ed6a432b8bab15a5930fbb32b1bc97778175
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>()