1
This commit is contained in:
parent
dd67163e1c
commit
c944176dc7
@ -239,7 +239,7 @@ class BattleBoxService {
|
||||
|
||||
public static function incDropTotalNum($phase, $time, $val)
|
||||
{
|
||||
$key = self::DAILY_PHASE_DROP_TOTAL_KEY . $phase . ':' . $time;
|
||||
$key = self::DAILY_PHASE_DROP_TOTAL_KEY . $phase . ':' . myself()->_getDaySeconds($time);
|
||||
$r = myself()->_getRedis($key);
|
||||
$num = intval($r->get($key));
|
||||
if (empty($num)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user