This commit is contained in:
Lemuel Marquez
2020-12-08 13:20:46 -06:00
parent 334653b888
commit 0a249ff3f9
@@ -72,7 +72,8 @@ const registroValidado = async (body) => {
})
.then((res) => {
return Servicio.update(
{ idStatus: 3, direccion, telefono, fechaNacimiento },
// { idStatus: 3, direccion, telefono, fechaNacimiento },
{ idStatus: 4, direccion, telefono, fechaNacimiento },
{ where: { idServicio } }
);
})