mov y fecha
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -28,7 +28,6 @@ export class MovimientoService {
|
||||
const movimiento = await this.movimientoRepo.findOne({
|
||||
where: { equipo: { id_equipo: idEquipo } },
|
||||
order: { fechaMovimiento: 'DESC' },
|
||||
select: ['observaciones', 'fechaMovimiento'],
|
||||
});
|
||||
|
||||
if (!movimiento) {
|
||||
|
||||
Reference in New Issue
Block a user