actualizacion command-revamp correccion

parent 7a041863
...@@ -220,7 +220,7 @@ class McafeeMigrarUsuariosCommand extends ContainerAwareCommand { ...@@ -220,7 +220,7 @@ class McafeeMigrarUsuariosCommand extends ContainerAwareCommand {
$failedAlready = true; $failedAlready = true;
} }
$ultimoUsuarioProcesado = $nuevoUsuario; $ultimoUsuarioProcesado = $usuarioMigrar;
endforeach; endforeach;
...@@ -228,7 +228,7 @@ class McafeeMigrarUsuariosCommand extends ContainerAwareCommand { ...@@ -228,7 +228,7 @@ class McafeeMigrarUsuariosCommand extends ContainerAwareCommand {
//GENERANDO REGISTRO DE PROCESO //GENERANDO REGISTRO DE PROCESO
$registroProceso = new McafeeUltimoProcesoMigracion(); $registroProceso = new McafeeUltimoProcesoMigracion();
$registroProceso->setUsuarioMcafee($ultimoUsuarioProcesado); $registroProceso->setUsuariosMcafeeMovistarMigrar($ultimoUsuarioProcesado);
$registroProceso->setMupCantidadProcesados($cantidadProcesados); $registroProceso->setMupCantidadProcesados($cantidadProcesados);
$registroProceso->setMupCantidadPendientes($cantidadPendientes); $registroProceso->setMupCantidadPendientes($cantidadPendientes);
$registroProceso->setCreatedAt(new \DateTime()); $registroProceso->setCreatedAt(new \DateTime());
......
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