Cambios en mi cuenta v1-actualizacion

parent 3238099d
...@@ -44,7 +44,7 @@ class McafeeMigrarUsuariosCommand extends ContainerAwareCommand { ...@@ -44,7 +44,7 @@ class McafeeMigrarUsuariosCommand extends ContainerAwareCommand {
$log->debug("obteniendo ultimo indice procesado..."); $log->debug("obteniendo ultimo indice procesado...");
$ultimoIndiceUsuarioProcesado = McafeeTransaccionPendienteQuery::create() $ultimoIndiceUsuarioProcesado = McafeeTransaccionPendienteQuery::create()
->orderById("DESC") ->orderByMtpId("DESC")
->findOne(); ->findOne();
$log->debug("obteniendo usuarios candidatos a migrar..."); $log->debug("obteniendo usuarios candidatos a migrar...");
$usuariosAMigrar = UsuariosMcafeeMovistarMigrarQuery::create() $usuariosAMigrar = UsuariosMcafeeMovistarMigrarQuery::create()
......
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