quanwei
3 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
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();
    }
    /**