feat: refs #7266 First commit #3129

Merged
guillermo merged 9 commits from 7266-itemLabels into dev 2024-10-24 09:42:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f97f1c2b9a - Show all commits

View File

@ -29,7 +29,7 @@ module.exports = Self => {
Object.assign(myOptions, options);
const stmt = new ParameterizedSQL(
`SELECT es.created, u.name, u.id workerFk, est.description state
`SELECT es.created, u.name, u.id workerFk, est.description state, es.isScanned
FROM vn.expeditionState es
JOIN vn.expeditionStateType est ON est.id = es.typeFk
JOIN account.user u ON u.id = es.userFk