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