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