This commit is contained in:
aozhiwei 2024-10-09 14:55:12 +08:00
parent d909dcfb37
commit 8ae383cea8

View File

@ -113,7 +113,7 @@ class BattleBoxService {
array(
'room_uuid' => $roomUuid,
'account_id' => myself()->_getAccountId(),
'phase' => $phase,
'phase' => $currPhase,
'box_num' => $boxNum,
'createtime' => myself()->_getNowTime(),
'modifytime' => myself()->_getNowTime(),