Commit a2cf28d1d32f909adc00b8072e2fde45ae1dc370
1 parent
8139f407
Exists in
master
and in
1 other branch
[Feat] Desfazendo ordenação.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
... | ... | @@ -44,8 +44,6 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
44 | 44 | $documentoDTOConsulta->retNumIdUnidadeGeradoraProtocolo(); |
45 | 45 | $documentoDTOConsulta->retStrCrcAssinatura(); |
46 | 46 | $documentoDTOConsulta->retStrStaEstadoProtocolo(); |
47 | - $documentoDTOConsulta->setOrdDtaGeracaoProtocolo(InfraDTO::$TIPO_ORDENACAO_DESC); | |
48 | - $documentoDTOConsulta->setOrdDblIdProcedimento(InfraDTO::$TIPO_ORDENACAO_ASC); | |
49 | 47 | |
50 | 48 | $documentoBD = new DocumentoBD($this->getObjInfraIBanco()); |
51 | 49 | $ret = $documentoBD->listar($documentoDTOConsulta); | ... | ... |