revert: 回滚SpaceConnectService bet_status改动,避免影响牛牛操作端位置显示

This commit is contained in:
li
2026-03-15 20:39:53 +08:00
parent f97ad09a8b
commit db34f5dba9
@@ -51,7 +51,6 @@ class SpaceConnectService
$round['number_tab_number'] = $lastNumberTab['number'];
$round['in_checkout'] = $tableInfo['in_checkout'];
$round['number_tab_status'] = InitTableService::numberTabStatus($lastNumberTab);
$round['bet_status'] = $lastNumberTab['bet_status'];
$round['show_card'] = GetCardService::getCard($tableInfo,$lastNumberTab);
$ws->emit('onlineLogin',['status' => true, 'table_id' => $tableInfo['id'], 'round' => $round]);
SocketSession::saveSocketSession(['table_id' => $tableInfo['id'], 'table_name' => $tableInfo['table_name']],'space');