feiyu02
2022-09-23 497475defd5d0ebf90ae6a8e2b080a16d78043ab
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]
            }
        }
    }