actualizacion command pendientes

parent e2de2e07
......@@ -40,7 +40,7 @@ class McafeeMigrarPendientesCommand extends ContainerAwareCommand {
$usuariosPendientes = McafeeTransaccionPendienteQuery::create()
->filterByMtpTipo(McafeeTransaccionPendiente::TIPO_ALTA)
->filterByMtpEstado(McafeeTransaccionPendiente::ESTADO_PENDIENTE)
->where("mcafee_transaccion_pendiente.mtp_intento <= 2")
->where("mcafee_transaccion_pendiente.mtp_intento <= 4")
->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