Commit 3cdb875f44b74b5fd8ed34d008339ba437229f2f

Authored by Ezequiel Lafuente
1 parent e4805dcc
Exists in master and in 1 other branch desenv

Ajuste no serviço de alterar Processo

Showing 1 changed file with 8 additions and 2 deletions   Show diff stats
rn/MdWsSeiProcedimentoRN.php
... ... @@ -557,7 +557,10 @@ class MdWsSeiProcedimentoRN extends InfraRN
557 557 // $hipoteseLegal = 2;
558 558 // $grauSigilo = '';
559 559  
560   - // PREENCHE OS ASSUNTOS
  560 +
  561 + // PREENCHE OS ASSUNTOS
  562 + $arrayAssuntos = array();
  563 +
561 564 if($arrAssuntos){
562 565 foreach ($arrAssuntos as $k => $assunto) {
563 566 $objRelProtocoloAssuntoDTO = new RelProtocoloAssuntoDTO();
... ... @@ -566,7 +569,10 @@ class MdWsSeiProcedimentoRN extends InfraRN
566 569 $arrayAssuntos[] = $objRelProtocoloAssuntoDTO;
567 570 }
568 571 }
569   - // PREENCHE OS INTERESSADOS
  572 +
  573 + // PREENCHE OS INTERESSADOS
  574 + $arrayParticipantes = array();
  575 +
570 576 if($arrInteressados){
571 577 foreach ($arrInteressados as $k => $interessado) {
572 578 $objParticipanteDTO = new ParticipanteDTO();
... ...