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