fixed the bug
parent
715503e69e
commit
47ffd0c1d5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue