Commit 96308b9f6a8c2dcd2d402c282e2f4e14af7ccc25

Authored by eduardo.batista
1 parent 19e8b2ef
Exists in master and in 1 other branch desenv

[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,7 +206,7 @@ class MdWsSeiProcedimentoRN extends InfraRN
206 try { 206 try {
207 $acompanhamentoRN = new AcompanhamentoRN(); 207 $acompanhamentoRN = new AcompanhamentoRN();
208 $acompanhamentoDTO = new AcompanhamentoDTO(); 208 $acompanhamentoDTO = new AcompanhamentoDTO();
209 - $acompanhamentoDTO->setOrdIdAcompanhamento(InfraDTO::$TIPO_ORDENACAO_DESC); 209 + $acompanhamentoDTO->setOrdNumIdAcompanhamento(InfraDTO::$TIPO_ORDENACAO_DESC);
210 if(!$mdWsSeiProtocoloDTOParam->isSetNumIdGrupoAcompanhamentoProcedimento()){ 210 if(!$mdWsSeiProtocoloDTOParam->isSetNumIdGrupoAcompanhamentoProcedimento()){
211 throw new Exception('O grupo deve ser informado!'); 211 throw new Exception('O grupo deve ser informado!');
212 }else{ 212 }else{