quanwei
2025-12-25 dd6fdd9bcff3c2b3dcebdb0db3f80bc9dd469bc4
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();
    }
    /**