info('开始转移个人用户数据...'); $this->call('aix:transfer-member'); $this->info('开始转移企业用户数据...'); $this->call('aix:transfer-company'); $this->info('开始转移内容数据...'); $this->call('aix:transfer-content'); } }