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] } } }