mini cambios
This commit is contained in:
@@ -13,17 +13,7 @@ const historialMultasEquipo = async (body) => {
|
||||
{
|
||||
model: Prestamo,
|
||||
where: { idEquipo },
|
||||
attributes: [
|
||||
'idPrestamo',
|
||||
'activo',
|
||||
'horaMaxRecoger',
|
||||
'horaInicio',
|
||||
'horaFin',
|
||||
'horaEntrega',
|
||||
'canceladoUsuario',
|
||||
'regresoInmediato',
|
||||
'createdAt',
|
||||
],
|
||||
attributes: ['idPrestamo'],
|
||||
},
|
||||
{
|
||||
model: Operador,
|
||||
|
||||
Reference in New Issue
Block a user