Updated osticket report sql
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
8d9a6b7f44
commit
33754b7d67
|
@ -19,7 +19,7 @@ SELECT * FROM (
|
|||
AND ote.type = 'M'
|
||||
LEFT JOIN ost_thread_entry oter ON oth.id = oter.thread_id
|
||||
AND oter.type = 'R'
|
||||
WHERE ot.ticket_pid = NULL
|
||||
WHERE ot.ticket_pid IS NULL
|
||||
AND ots.state = 'closed'
|
||||
AND ot.closed BETWEEN ? AND ?
|
||||
ORDER BY oter.created DESC
|
||||
|
|
Loading…
Reference in New Issue