Commit 4eb36c490cb8f346c2845e4ff7e95d2cbc923dbd
1 parent
65adcb99
Exists in
master
and in
1 other branch
ajuste
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
... | ... | @@ -95,7 +95,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
95 | 95 | "id" => $obj->getNumIdSecaoDocumento(), |
96 | 96 | "idSecaoModelo" => $obj->getNumIdSecaoModeloSecaoDocumento(), |
97 | 97 | "conteudo" => $obj->getStrConteudo(), |
98 | - "someneteLeitura" => $obj->getStrSinSomenteLeituraSecaoDocumento() | |
98 | + "somenteLeitura" => $obj->getStrSinSomenteLeituraSecaoDocumento() | |
99 | 99 | ); |
100 | 100 | } |
101 | 101 | ... | ... |
rn/MdWsSeiProcedimentoRN.php
... | ... | @@ -909,7 +909,7 @@ class MdWsSeiProcedimentoRN extends InfraRN |
909 | 909 | $pesquisaPendenciaDTO->setNumPaginaAtual(0); |
910 | 910 | } |
911 | 911 | |
912 | - if($mdWsSeiProtocoloDTOParam->getDblIdProtocolo()) { | |
912 | + if($mdWsSeiProtocoloDTOParam->isSetDblIdProtocolo()) { | |
913 | 913 | $pesquisaPendenciaDTO->setDblIdProtocolo($mdWsSeiProtocoloDTOParam->getDblIdProtocolo()); |
914 | 914 | } |
915 | 915 | ... | ... |