modified date desc

This commit is contained in:
2025-12-02 19:09:35 -06:00
parent 6e4112d9fa
commit ba5e95a50a
+1 -1
View File
@@ -75,7 +75,7 @@ export class MovimientoService {
.select('DATE(mov.fechaMovimiento)', 'fecha')
.addSelect('COUNT(DISTINCT equipo.inventario)', 'total')
.groupBy('DATE(mov.fechaMovimiento)')
.orderBy('fecha', 'ASC')
.orderBy('fecha', 'DESC')
.getRawMany();
return result.map((r) => ({