Query fixing.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2025-01-10 14:46:59 -05:00
parent bc80841212
commit 162823e59b

View File

@@ -457,7 +457,7 @@ def dao_fetch_stats_for_service_from_days(service_id, start_date, end_date):
# Getting the total notifications through this query.
total_stmt = select(
total_stmt = (
select(
cast(Job.notification_count, Integer).label(
"notification_count"