Commit b5273bd57cd4101c49631f9b38988791cef3cd97
1 parent
85ea8f77
Exists in
master
and in
1 other branch
[Fix] Adicionando retorno do id do documento.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
... | ... | @@ -226,6 +226,7 @@ class MdWsSeiDocumentoRN extends InfraRN { |
226 | 226 | } |
227 | 227 | $documentoDTOConsulta = new DocumentoDTO(); |
228 | 228 | $documentoDTOConsulta->setDblIdProtocoloProtocolo($protocoloDTOParam->getDblIdProtocolo()); |
229 | + $documentoDTOConsulta->retDblIdDocumento(); | |
229 | 230 | $documentoDTOConsulta->retStrConteudo(); |
230 | 231 | $documentoDTOConsulta->retStrConteudoAssinatura(); |
231 | 232 | $documentoBD = new DocumentoRN(); | ... | ... |