fixed the bug

pull/141/head
hyh123a 2022-04-21 19:32:58 +08:00
parent 715503e69e
commit 47ffd0c1d5
1 changed files with 1 additions and 1 deletions

View File

@ -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()