4846-claim.search-panel #1174

Merged
vicent merged 18 commits from 4846-claim.search-panel into dev 2023-01-10 13:09:23 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 1aa21c16b5 - Show all commits

View File

@ -170,8 +170,7 @@ module.exports = Self => {
cl.created
FROM claim cl
LEFT JOIN client c ON c.id = cl.clientFk
LEFT JOIN worker w ON w.id = cl.workerFk
LEFT JOIN account.user u ON u.id = w.userFk
LEFT JOIN account.user u ON u.id = cl.workerFk
vicent marked this conversation as resolved Outdated

worker no es necesaria, directament en user.

worker no es necesaria, directament en user.
LEFT JOIN claimState cs ON cs.id = cl.claimStateFk`
);