whereNotNull('pay_limit') ->where('pay_limit', '<', now()) ->update(['status' => '支払期限切れ']); $this->info("支払期限切れ更新: {$count}件"); return Command::SUCCESS; } }