Commit fcaa6285dee83f69fb7b3d5f65ea10d3756a89c4
1 parent
7549b1fc
Exists in
master
and in
1 other branch
[Feat] Subindo ordenação para teste
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
| ... | ... | @@ -44,6 +44,8 @@ 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); | |
| 47 | 49 | |
| 48 | 50 | $documentoBD = new DocumentoBD($this->getObjInfraIBanco()); |
| 49 | 51 | $ret = $documentoBD->listar($documentoDTOConsulta); | ... | ... |