feiyu02
2025-08-14 f373bbf83d9d2a7e5f96118d7dcd658c9fea8bc8
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