feiyu02
2024-12-31 0c59552dc14c9023d4c0a9d57509cce1d5a6d6da
src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/construction/JAScore.kt
@@ -48,7 +48,7 @@
     */
    private fun transform(oldS: Int): Int {
        return when {
            // 基本规范
            // 基本规范(90..94)和规范(>=95)
            oldS >= 90 -> 50
            // 不规范
            oldS >= 50 -> 30