cron listo

This commit is contained in:
xXpuma99Xx
2022-06-16 08:02:37 -05:00
parent 2888afedd9
commit fd0f87476a
5 changed files with 74 additions and 32 deletions
+8
View File
@@ -267,6 +267,14 @@ export class EquipoService {
});
}
reseteoTotal() {
return this.repository
.createQueryBuilder()
.update()
.set({ prestado: false })
.execute();
}
async findEquipoByEquipo(
id_carrito: number | Carrito,
equipo: string,