mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -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"),
|
func.count(NotificationAllTimeView.id).label("count"),
|
||||||
)
|
)
|
||||||
.join_from(
|
.join_from(
|
||||||
Notification,
|
NotificationAllTimeView,
|
||||||
Job,
|
Job,
|
||||||
)
|
)
|
||||||
.where(
|
.where(
|
||||||
|
|||||||
Reference in New Issue
Block a user