se modifico endpoint de cargar
This commit is contained in:
@@ -1230,9 +1230,17 @@ export class ExcelService {
|
||||
}
|
||||
}
|
||||
|
||||
async buscaAct() {
|
||||
return await this.servActivosRepo.find({where:{AT:true, Correo:true, Prestamos:true, Red:true}})
|
||||
}
|
||||
async buscaAct() {
|
||||
return await this.servActivosRepo.find({
|
||||
where: [
|
||||
{ AT: true },
|
||||
{ Correo: true },
|
||||
{ Prestamos: true },
|
||||
{ Red: true },
|
||||
],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user