1.修复同时存在两个游戏对局的错误

This commit is contained in:
2026-05-26 15:45:22 +08:00
parent 38dec9d7a2
commit 8c3f3c4e2c
2 changed files with 29 additions and 13 deletions

View File

@@ -697,7 +697,7 @@ final class GameLiveService
'update_time' => time(),
]);
if (GameRecordService::isLiveRuntimeEnabled()) {
GameRecordService::createNextRecordRow();
GameRecordService::createNextRecordRowIfNoActive();
}
Db::commit();
} catch (Throwable $e) {