Commit 2e87eb4995fdd3cdcf44dd88d6471b9bae48ed9f
1 parent
b187b92c
Exists in
master
and in
1 other branch
[FEAT] Adicionando dados de abertura do processo.
Lista de unidades em que o processo esta aberto.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdWsSeiProcedimentoRN.php
... | ... | @@ -496,7 +496,7 @@ class MdWsSeiProcedimentoRN extends InfraRN { |
496 | 496 | 'idUnidade' => $protocoloDTO->getNumIdUnidadeGeradora(), |
497 | 497 | 'sigla' => $protocoloDTO->getStrSiglaUnidadeGeradora() |
498 | 498 | ), |
499 | - 'dados_abertura' => $arrDadosAbertura, | |
499 | + 'dadosAbertura' => $arrDadosAbertura, | |
500 | 500 | 'anotacoes' => $resultAnotacao, |
501 | 501 | 'status' => array( |
502 | 502 | 'documentoSigiloso' => $protocoloDTO->getStrStaGrauSigilo(), | ... | ... |