Commit 6bf98b9c990ddccac515ea7103b37e259f1e8870
1 parent
e3be2f92
Exists in
master
and in
1 other branch
ajuste
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
... | ... | @@ -893,7 +893,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
893 | 893 | $documentoDTOConsulta->retNumIdUnidadeGeradoraProtocolo(); |
894 | 894 | $documentoDTOConsulta->retStrCrcAssinatura(); |
895 | 895 | $documentoDTOConsulta->retStrStaEstadoProtocolo(); |
896 | -// $documentoDTOConsulta->retStrSinAssinado(); | |
896 | + $documentoDTOConsulta->retNumIdTipoConferencia(); | |
897 | 897 | $documentoDTOConsulta->setDblIdDocumento(array_keys(InfraArray::indexarArrInfraDTO($ret,'IdProtocolo2')), InfraDTO::$OPER_IN); |
898 | 898 | $documentoBD = new DocumentoBD($this->getObjInfraIBanco()); |
899 | 899 | $retDocumentos = $documentoBD->listar($documentoDTOConsulta); |
... | ... | @@ -979,6 +979,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
979 | 979 | 'idUnidade' => $documentoDTO->getNumIdUnidadeGeradoraProtocolo(), |
980 | 980 | 'siglaUnidade' => $documentoDTO->getStrSiglaUnidadeGeradoraProtocolo(), |
981 | 981 | 'nomeComposto' => DocumentoINT::montarIdentificacaoArvore($documentoDTO), |
982 | + 'tipoConferencia' => $documentoDTO->getNumIdTipoConferencia(), | |
982 | 983 | 'status' => array( |
983 | 984 | 'sinBloqueado' => $documentoDTO->getStrStaNivelAcessoLocalProtocolo() == 1 ? 'S' : 'N', |
984 | 985 | 'documentoSigiloso' => $documentoDTO->getStrStaNivelAcessoLocalProtocolo() == 2 ? 'S' : 'N', | ... | ... |