quanwei
2025-11-15 6f12eadd25c8f5335fd9eccf373bf9835bf3e4c6
admin/app/common/model/plus/business/Grade.php
@@ -25,7 +25,7 @@
     */
    public static function detail($grade_id)
    {
        return (new static())->find($grade_id);
        return (new static())->where('grade_id', '=', $grade_id)->find();
    }
    /**