Commit 8dc600562cc882a10e3245af3bcacabb55b1568c
1 parent
3b3386d3
Exists in
master
and in
1 other branch
[FIX] Corrigindo id do documento que por algum motivo no protocolo1 retorna dife…
…rente... Usando o IdProtocolo da consulta pai.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdWsSeiBlocoRN.php
... | ... | @@ -122,7 +122,7 @@ class MdWsSeiBlocoRN extends InfraRN { |
122 | 122 | /** @var RelProtocoloProtocoloDTO $relProtocoloProtocoloDTO */ |
123 | 123 | foreach($arrProtocoloProtocolo as $relProtocoloProtocoloDTO){ |
124 | 124 | $protocoloDTO = new ProtocoloDTO(); |
125 | - $protocoloDTO->setDblIdProtocolo($relProtocoloProtocoloDTO->getDblIdProtocolo1()); | |
125 | + $protocoloDTO->setDblIdProtocolo($relBlocoProtocoloDTO->getDblIdProtocolo()); | |
126 | 126 | $protocoloDTO->retTodos(); |
127 | 127 | $protocoloDTO->retStrNomeTipoProcedimentoProcedimento(); |
128 | 128 | $protocoloDTO = $protocoloRN->consultarRN0186($protocoloDTO); | ... | ... |