hcong
2024-11-19 0674dea7dd0e75199c0c200e6a41070c25677082
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>()