This commit is contained in:
aozhiwei 2024-10-09 17:08:26 +08:00
parent 0cc42134b4
commit 1204438a3e

View File

@ -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)) {