Segundo tipo wapush-masivo

parent 1a7f4a7c
......@@ -78,7 +78,7 @@ class EnviarWapushUsuariosCommand extends Command {
$listas = $this->em->getRepository(PluLista::class)->findBy(array("lisEliminado" => 0, "lisEstado" => 1));
foreach ($listas as $index => $lista):
$log->debug("obteniendo suscripciones asociados a la lista " . $lista->getLisId());
foreach ($suscripciones as $index => $sucripcion):
foreach ($suscripciones as $index => $suscripcion):
if ($lista->getLisId() == $suscripcion->getLisId()->getLisId()) {
$log->debug("Suscripcion asociado a la lista :" . $lista->getLisId());
$arraySuscripciones[] = $suscripcion->getSusId();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment