Buscar por ids y mandar correo

This commit is contained in:
Patriots01
2026-03-02 17:58:44 +00:00
parent 1b1cdb9da9
commit a265f0dede
+1 -1
View File
@@ -1585,7 +1585,7 @@ export class ServicioService {
async diario(): Promise<void> {
const now = moment().startOf('day');
let mensaje = '';
const idsABuscar = [19078, 19079];
const idsABuscar = [19078, 19079, 19080, 19081];
const servicios = await this.servicioRepo.find({
where: { idServicio:In(idsABuscar)