quanwei
2025-12-10 898043fc97d2ab8b793fd317a049b874ed207c6d
admin/app/common/model/plus/vip/GradeLog.php
@@ -39,7 +39,7 @@
    public function getList($params)
    {
        return $this->with(['vipUser', 'oldGrade', 'grade'])
        return $this->with(['vipUser'=>['user'], 'oldGrade', 'grade'])
            ->order(['create_time' => 'desc'])
            ->paginate($params);
    }