Skip to content

Commit eae787e

Browse files
committed
modified query to not return data if user does not have data from shelterluv or volgistics
1 parent d69daba commit eae787e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/api/API_ingest/updated_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def get_updated_contact_data():
5454
from volgisticsshifts
5555
group by volg_id
5656
) vol on vol.volg_id::text = vc.source_id
57+
where sl.matching_id is not null or vc.matching_id is not null
5758
) upd;
5859
"""
5960

0 commit comments

Comments
 (0)