1
This commit is contained in:
parent
72b983b7db
commit
46f8bda768
@ -1422,9 +1422,9 @@ class BattleController extends BaseAuthedController {
|
||||
'return_time' => myself()->_getNowTime(),
|
||||
)
|
||||
);
|
||||
services\BattleBoxService::incAlreadyAllocBoxNum($row['phase'],
|
||||
$row['createtime'],
|
||||
-max(0, $allocBoxNum - $usedNum));
|
||||
services\BattleBoxService::incAlreadyAllocNum($row['phase'],
|
||||
$row['createtime'],
|
||||
-max(0, $allocBoxNum - $usedNum));
|
||||
myself()->_rspOk();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user