info('每日更新用户活跃状态'); $this->info('开始...'); $oCustomerUserExtendModelExtend = new CustomerUserExtendModel(); $oCustomerUserExtendModelExtend->updateUserActiveStatus(); $this->info('结束...'); } }