IPC acumulado desde cli
This commit is contained in:
@ -17,7 +17,7 @@ class IPC
|
||||
if ($to > $now) {
|
||||
return 0;
|
||||
}
|
||||
$dateKey = "{$from->format('Y-m')}-{$to->format('Y-m')}";
|
||||
$dateKey = "{$from->format('Y-m')}|{$to->format('Y-m')}";
|
||||
$ipcs = [];
|
||||
try {
|
||||
$ipcs = json_decode($this->redisService->get($this->redisKey), JSON_OBJECT_AS_ARRAY);
|
||||
|
Reference in New Issue
Block a user