actualizacion command-contadores

parent 973ba010
......@@ -216,7 +216,7 @@ class McafeeMigrarUsuariosCommand extends ContainerAwareCommand {
//GENERANDO REGISTRO DE PROCESO
$registroProceso = new McafeeUltimoProcesoMigracion();
$registroProceso->setUltimoUmcId($ultimoUsuarioProcesado);
$registroProceso->setUsuarioMcafee($ultimoUsuarioProcesado);
$registroProceso->setMupCantidadProcesados($cantidadProcesados);
$registroProceso->setMupCantidadPendientes($cantidadPendientes);
$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