get(); foreach ($users as $user) { $no = User::updateNo($user->id); $this->info($no . '更新成功'); } return $this->info('更新完成'); } }