new ep api to assign and cancel table
This commit is contained in:
@@ -11,7 +11,7 @@ export class AreaUbicacionService {
|
||||
) {}
|
||||
|
||||
findAll() {
|
||||
return this.areaUbicacionRepository.find();
|
||||
return this.areaUbicacionRepository.find({where:{extra:'0'}});
|
||||
}
|
||||
|
||||
findOne(id_area_ubicacion: number) {
|
||||
|
||||
Reference in New Issue
Block a user