fixed the bug
parent
715503e69e
commit
47ffd0c1d5
|
@ -330,7 +330,7 @@ class TicketAgentListCollection:
|
||||||
# Get Ticket ids
|
# Get Ticket ids
|
||||||
query = (" SELECT id, ticket_id "
|
query = (" SELECT id, ticket_id "
|
||||||
" FROM ticket_ticketuser "
|
" FROM ticket_ticketuser "
|
||||||
" WHERE in_process = 1 and worked = 0 "
|
" WHERE in_process = 1 "
|
||||||
" ORDER BY id DESC ")
|
" ORDER BY id DESC ")
|
||||||
cursor.execute(query)
|
cursor.execute(query)
|
||||||
rows = cursor.fetchall()
|
rows = cursor.fetchall()
|
||||||
|
|
Loading…
Reference in New Issue