diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index a74a5296..31ee7993 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -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(); }