busca todos los servicios

This commit is contained in:
evenegas
2026-01-15 11:54:37 -06:00
parent 141afc824a
commit eb787c21e6
2 changed files with 376 additions and 376 deletions
+374 -374
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1581,13 +1581,13 @@ export class ServicioService {
},
});
}
@Cron('*/5 * * * *')
@Cron('0 0 * * *')
async diario(): Promise<void> {
const now = moment().startOf('day');
let mensaje = '';
const servicios = await this.servicioRepo.find({
where: { idServicio: In([19067, 19070]), status: { idStatus: 3 } },
where: { status: { idStatus: 3 } },
relations: [
'status',
'usuario',