Commit fc6f734d45d1f955eab1d833ea2190b3f80d67e1

Authored by eduardo.batista
1 parent 773731f3
Exists in master and in 1 other branch desenv

[Fix] Corrigindo problema de mudança de contrato na alteração do ProtocoloINT.

Showing 1 changed file with 8 additions and 3 deletions   Show diff stats
rn/MdWsSeiDocumentoRN.php
... ... @@ -410,8 +410,10 @@ class MdWsSeiDocumentoRN extends InfraRN {
410 410 $bolFlagBloqueado = false;
411 411 $bolErro = false;
412 412 $numCodigoAcesso = 0;
  413 + $strNoProc = "";
413 414  
414   - $objProcedimentoDTO = ProcedimentoINT::montarAcoesArvore($documentoDTO->getDblIdProcedimento(),
  415 + $objProcedimentoDTO = ProcedimentoINT::montarAcoesArvore(
  416 + $documentoDTO->getDblIdProcedimento(),
415 417 SessaoSEI::getInstance()->getNumIdUnidadeAtual(),
416 418 $bolFlagAberto,
417 419 $bolFlagAnexado,
... ... @@ -421,8 +423,11 @@ class MdWsSeiDocumentoRN extends InfraRN {
421 423 $bolFlagSobrestado,
422 424 $bolFlagBloqueado,
423 425 $numCodigoAcesso,
424   - $numNo, $strNos,
425   - $numNoAcao, $strNosAcao,
  426 + $numNo,
  427 + $strNos,
  428 + $numNoAcao,
  429 + $strNosAcao,
  430 + $strNoProc,
426 431 $bolErro);
427 432  
428 433 $arrRelProtocoloProtocoloDTO = $objProcedimentoDTO->getArrObjRelProtocoloProtocoloDTO();
... ...