diff --git a/myems-api/reports/ticket.py b/myems-api/reports/ticket.py index 825ccdeb..0e6e8a34 100644 --- a/myems-api/reports/ticket.py +++ b/myems-api/reports/ticket.py @@ -330,7 +330,7 @@ class TicketAgentListCollection: # Get Ticket ids query = (" SELECT id, ticket_id " " FROM ticket_ticketuser " - " WHERE in_process = 1 and worked = 0 " + " WHERE in_process = 1 " " ORDER BY id DESC ") cursor.execute(query) rows = cursor.fetchall()