Commit 9b50384255a847be0c64da2d3cdf4f432a73f456
1 parent
b899b073
Exists in
master
and in
1 other branch
[Feat] Ordenando documentos pela data de geração e id do procedimento (ASC para o App)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
| ... | ... | @@ -44,8 +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_DESC); | |
| 47 | + $documentoDTOConsulta->setOrdDtaGeracaoProtocolo(InfraDTO::$TIPO_ORDENACAO_ASC); | |
| 48 | + $documentoDTOConsulta->setOrdDblIdProcedimento(InfraDTO::$TIPO_ORDENACAO_ASC); | |
| 49 | 49 | |
| 50 | 50 | $documentoBD = new DocumentoBD($this->getObjInfraIBanco()); |
| 51 | 51 | $ret = $documentoBD->listar($documentoDTOConsulta); | ... | ... |