lyzflash
2025-11-17 91a56a9b83ec23a1580aa586a24b34aba6990ffa
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();
    }
    /**