5244-component_workerAutocomplete #1679

Merged
vicent merged 33 commits from 5244-component_workerAutocomplete into dev 2023-08-25 08:56:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3cedef6f16 - Show all commits

View File

@ -41,7 +41,7 @@ module.exports = Self => {
}
const stmt = new ParameterizedSQL(
`SELECT DISTINCT w.code, u.name, u.nickname
`SELECT DISTINCT w.id, w.code, u.name, u.nickname
FROM worker w
JOIN account.user u ON u.id = w.id
JOIN business b ON b.workerFk = w.id