hcong
2024-12-12 9c315b4dbbb9f25d5373d1f228ed441a4e8ccbf7
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