Skip to content

Commit

Permalink
chore: remove SMAS from funcionarios_ativos saude from model
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Oct 22, 2024
1 parent f883c7f commit 473b063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ funcionarios_saude AS (
LEFT JOIN secretaria sec
ON s.id_secretaria = sec.id_secretaria

WHERE s.id_secretaria IN ('1800', '1700')
WHERE s.id_secretaria IN ('1800')
OR p.id_empresa IN ('32','80','81','82','83','84','85','86','87','88','89','97')
)

Expand Down

0 comments on commit 473b063

Please sign in to comment.