Hotfix[SalesFilter]: fixed parameterized select #3532

Closed
jon wants to merge 2 commits from Hotfix-SalesMonitorFilter into master
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ module.exports = Self => {
stmts.push(stmt);
stmt = new ParameterizedSQL(`
SELECT f.*, tp.*
SELECT *
FROM tmp.filter f
LEFT JOIN tmp.ticketProblems tp ON tp.ticketFk = f.id
LEFT JOIN tmp.ticket_warnings tw ON tw.ticketFk = f.id