1.修复同时存在两个游戏对局的错误
This commit is contained in:
@@ -697,7 +697,7 @@ final class GameLiveService
|
||||
'update_time' => time(),
|
||||
]);
|
||||
if (GameRecordService::isLiveRuntimeEnabled()) {
|
||||
GameRecordService::createNextRecordRow();
|
||||
GameRecordService::createNextRecordRowIfNoActive();
|
||||
}
|
||||
Db::commit();
|
||||
} catch (Throwable $e) {
|
||||
|
||||
Reference in New Issue
Block a user