Commit 96308b9f6a8c2dcd2d402c282e2f4e14af7ccc25
1 parent
19e8b2ef
Exists in
master
and in
1 other branch
[Fix] Corrigindo nome do atributo ordenação.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdWsSeiProcedimentoRN.php
| ... | ... | @@ -206,7 +206,7 @@ class MdWsSeiProcedimentoRN extends InfraRN |
| 206 | 206 | try { |
| 207 | 207 | $acompanhamentoRN = new AcompanhamentoRN(); |
| 208 | 208 | $acompanhamentoDTO = new AcompanhamentoDTO(); |
| 209 | - $acompanhamentoDTO->setOrdIdAcompanhamento(InfraDTO::$TIPO_ORDENACAO_DESC); | |
| 209 | + $acompanhamentoDTO->setOrdNumIdAcompanhamento(InfraDTO::$TIPO_ORDENACAO_DESC); | |
| 210 | 210 | if(!$mdWsSeiProtocoloDTOParam->isSetNumIdGrupoAcompanhamentoProcedimento()){ |
| 211 | 211 | throw new Exception('O grupo deve ser informado!'); |
| 212 | 212 | }else{ | ... | ... |