Commit 01edf34ce1c83b7a16ce766f013b4bec2202ad19
1 parent
11b2ba6d
Exists in
master
and in
1 other branch
[Teste] Debugando tipo de documento e-mail.
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
... | ... | @@ -70,6 +70,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
70 | 70 | $documentoDTOConsulta->retDblIdProcedimento(); |
71 | 71 | $documentoDTOConsulta->retStrProtocoloDocumentoFormatado(); |
72 | 72 | $documentoDTOConsulta->retStrNumero(); |
73 | + $documentoDTOConsulta->retNumIdSerie(); | |
73 | 74 | $documentoDTOConsulta->retStrNomeSerie(); |
74 | 75 | $documentoDTOConsulta->retStrSiglaUnidadeGeradoraProtocolo(); |
75 | 76 | $documentoDTOConsulta->retStrSiglaUnidadeGeradoraProtocolo(); |
... | ... | @@ -100,6 +101,9 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
100 | 101 | ? 'S' : 'N'; |
101 | 102 | |
102 | 103 | if(!in_array($documentoDTO->getStrStaDocumento(), $arrDocHtml)){ |
104 | + if($documentoDTO->getDblIdDocumento() == 951){ | |
105 | + var_dump($documentoDTO->getStrStaDocumento());exit; | |
106 | + } | |
103 | 107 | |
104 | 108 | $anexoDTOConsulta = new AnexoDTO(); |
105 | 109 | $anexoDTOConsulta->retStrNome(); | ... | ... |