modified date desc
This commit is contained in:
@@ -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) => ({
|
||||
|
||||
Reference in New Issue
Block a user