From 1204438a3e11576d82fef18758056066f794ec08 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 9 Oct 2024 17:08:26 +0800 Subject: [PATCH] 1 --- webapp/services/BattleBoxService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/services/BattleBoxService.php b/webapp/services/BattleBoxService.php index c659c5d7..d4109942 100644 --- a/webapp/services/BattleBoxService.php +++ b/webapp/services/BattleBoxService.php @@ -239,7 +239,7 @@ class BattleBoxService { public static function incDropTotalNum($phase, $time, $val) { - $key = self::DAILY_PHASE_ALREADY_ALLOC_NUM_KEY . $phase . ':' . $time; + $key = self::DAILY_PHASE_DROP_TOTAL_KEY . $phase . ':' . $time; $r = myself()->_getRedis($key); $num = intval($r->get($key)); if (empty($num)) {