quanwei
2 days ago 73b874c72ad55eb9eef21c36160ac0de58f0189e
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);
    }