actualizacion command pendientes

parent 4dc472aa
......@@ -36,7 +36,9 @@ class McafeeMigrarPendientesCommand extends ContainerAwareCommand {
$mcAfeePartnerId = Utiles::getParametroConfiguracion('mcafee_partner_id');
$numero_usuarios_pendientes = Utiles::getParametroConfiguracion("numero_usuarios_pendientes");
$usuariosPendientes = McafeeTransaccionPendienteQuery::create()
->filterByMtpTipo(McafeeTransaccionPendiente::TIPO_ALTA)
->filterByMtpEstado(McafeeTransaccionPendiente::ESTADO_PENDIENTE)
->where("mcafee_transaccion_pendiente.mtp_intento <= 2")
->limit($numero_usuarios_pendientes)
->find();
......
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