Commit 05117327614ec4f2dc8cb554dab1ee65aa6155f5
1 parent
033fd7d9
Exists in
master
and in
1 other branch
[REFACT] Removendo atributo desnecesário.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
rn/MdWsSeiProcedimentoRN.php
... | ... | @@ -518,7 +518,6 @@ class MdWsSeiProcedimentoRN extends InfraRN |
518 | 518 | $resultAnotacao[] = array( |
519 | 519 | 'idProtocolo' => $anotacaoDTO->getDblIdProtocolo(), |
520 | 520 | 'descricao' => $anotacaoDTO->getStrDescricao(), |
521 | - 'idUnidade' => SessaoSEI::getInstance()->getNumIdUnidadeAtual(), | |
522 | 521 | 'idUsuario' => $anotacaoDTO->getNumIdUsuario(), |
523 | 522 | 'sinPrioridade' => $anotacaoDTO->getStrSinPrioridade(), |
524 | 523 | 'staAnotacao' => $anotacaoDTO->getStrStaAnotacao() | ... | ... |