MASTER_-fix_sendMail #1176

Merged
joan merged 2 commits from MASTER_-fix_sendMail into master 2022-11-28 08:06:27 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit bf782c3782 - Show all commits

View File

@ -133,7 +133,7 @@ module.exports = Self => {
tb.permissionRate,
d.isTeleworking
FROM tmp.timeBusinessCalculate tb
JOIN user u ON u.id = tb.userFk
JOIN account.user u ON u.id = tb.userFk
JOIN department d ON d.id = tb.departmentFk
JOIN business b ON b.id = tb.businessFk
LEFT JOIN tmp.timeControlCalculate tc ON tc.userFk = tb.userFk AND tc.dated = tb.dated