busca todos los servicios
This commit is contained in:
Generated
+374
-374
File diff suppressed because it is too large
Load Diff
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user