diff --git a/src/app.controller.ts b/src/app.controller.ts index cd8677d..b46a03a 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -457,6 +457,9 @@ export class AppController { if (query_data.end_date) { where.end_date = query_data.end_date } + if (query_data.area_code) { + where.to_area_code = query_data.area_code + } const query = this.nodeOtherVisitorRepository.createQueryBuilder('node-other-visitor'); query.where(where); // if (organization_name) {