refs #7531 No assigned department
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Ivan Mas 2024-07-18 15:21:59 +02:00
parent 350e4b4c53
commit a6e6f435f7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ BEGIN
AND c.isActive
AND ct.code = 'normal'
AND bt.code <> 'worker'
AND d.id = vDepartmentFk
AND (d.id = vDepartmentFk OR NOT vDepartmentFk)
GROUP BY c.id;
DROP TEMPORARY TABLE tmp.zoneNodes;