feiyu02
2024-08-15 196bb14112448857a885e32dc4149e308e00b01a
src/main/kotlin/cn/flightfeather/supervision/domain/enumeration/EnElementSubType.kt
@@ -72,7 +72,7 @@
            return if (value.toInt() == 99) {
                subTypes[index].last()
            } else {
                subTypes[index][value.toInt()]
                subTypes[index][value.toInt() - 1]
            }
        }
    }