From 3cdb875f44b74b5fd8ed34d008339ba437229f2f Mon Sep 17 00:00:00 2001 From: Ezequiel Lafuente Date: Wed, 11 Apr 2018 10:58:00 -0300 Subject: [PATCH] Ajuste no serviço de alterar Processo --- rn/MdWsSeiProcedimentoRN.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rn/MdWsSeiProcedimentoRN.php b/rn/MdWsSeiProcedimentoRN.php index 191c52d..634dcef 100644 --- a/rn/MdWsSeiProcedimentoRN.php +++ b/rn/MdWsSeiProcedimentoRN.php @@ -557,7 +557,10 @@ class MdWsSeiProcedimentoRN extends InfraRN // $hipoteseLegal = 2; // $grauSigilo = ''; - // PREENCHE OS ASSUNTOS + + // PREENCHE OS ASSUNTOS + $arrayAssuntos = array(); + if($arrAssuntos){ foreach ($arrAssuntos as $k => $assunto) { $objRelProtocoloAssuntoDTO = new RelProtocoloAssuntoDTO(); @@ -566,7 +569,10 @@ class MdWsSeiProcedimentoRN extends InfraRN $arrayAssuntos[] = $objRelProtocoloAssuntoDTO; } } - // PREENCHE OS INTERESSADOS + + // PREENCHE OS INTERESSADOS + $arrayParticipantes = array(); + if($arrInteressados){ foreach ($arrInteressados as $k => $interessado) { $objParticipanteDTO = new ParticipanteDTO(); -- libgit2 0.21.2