mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-30 04:11:42 -05:00
Make sure join is correct table.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -465,7 +465,7 @@ def dao_fetch_stats_for_service_from_days(service_id, start_date, end_date):
|
||||
func.count(NotificationAllTimeView.id).label("count"),
|
||||
)
|
||||
.join_from(
|
||||
Notification,
|
||||
NotificationAllTimeView,
|
||||
Job,
|
||||
)
|
||||
.where(
|
||||
|
||||
Reference in New Issue
Block a user