Commit 7c105fe87a47e9b7f5d096a26d92d4ee57bf3b37
1 parent
5fad83cf
Exists in
master
and in
19 other branches
[Fixed #15] Erro de compatibilidade com o Protocolo Integrado
Showing
1 changed file
with
3 additions
and
21 deletions
Show diff stats
rn/ReceberProcedimentoRN.php
| ... | ... | @@ -546,7 +546,6 @@ class ReceberProcedimentoRN extends InfraRN |
| 546 | 546 | $this->gerarAndamentoUnidadeReceptora($parDblIdProcedimento); |
| 547 | 547 | } |
| 548 | 548 | |
| 549 | - | |
| 550 | 549 | $objEntradaDesbloquearProcessoAPI = new EntradaDesbloquearProcessoAPI(); |
| 551 | 550 | $objEntradaDesbloquearProcessoAPI->setIdProcedimento($parDblIdProcedimento); |
| 552 | 551 | $objSeiRN->desbloquearProcesso($objEntradaDesbloquearProcessoAPI); |
| ... | ... | @@ -565,21 +564,12 @@ class ReceberProcedimentoRN extends InfraRN |
| 565 | 564 | //TODO: Implementar alteração de todos os metadados |
| 566 | 565 | $this->alterarMetadadosProcedimento($objProcedimentoDTO->getDblIdProcedimento(), $objProcesso); |
| 567 | 566 | |
| 568 | - //TODO: Finalizar o envio do documento para a respectiva unidade | |
| 567 | + //TODO: Finalizar o envio do documento para a respectiva unidade | |
| 569 | 568 | $this->enviarProcedimentoUnidade($objProcedimentoDTO, true); |
| 570 | 569 | |
| 571 | - //TODO: Avaliar necessidade de criar acesso externo para o processo recebido | |
| 572 | - //TODO: Avaliar necessidade de tal recurso | |
| 573 | - //FeedSEIProtocolos::getInstance()->setBolAcumularFeeds(false); | |
| 574 | - //FeedSEIProtocolos::getInstance()->indexarFeeds(); | |
| 575 | - | |
| 576 | - //InfraDebug::getInstance()->gravar('RETORNO:'.print_r($ret,true)); | |
| 577 | - //LogSEI::getInstance()->gravar(InfraDebug::getInstance()->getStrDebug()); | |
| 578 | - | |
| 579 | - $this->removerAndamentosProcedimento($objProcedimentoDTO); | |
| 570 | + //$this->removerAndamentosProcedimento($objProcedimentoDTO); | |
| 580 | 571 | return $objProcedimentoDTO; |
| 581 | 572 | |
| 582 | - | |
| 583 | 573 | } |
| 584 | 574 | |
| 585 | 575 | private function gerarAndamentoUnidadeReceptora($parNumIdProcedimento) { |
| ... | ... | @@ -745,15 +735,7 @@ class ReceberProcedimentoRN extends InfraRN |
| 745 | 735 | //TODO: Finalizar o envio do documento para a respectiva unidade |
| 746 | 736 | $this->enviarProcedimentoUnidade($objProcedimentoDTO); |
| 747 | 737 | |
| 748 | - //TODO: Avaliar necessidade de criar acesso externo para o processo recebido | |
| 749 | - //TODO: Avaliar necessidade de tal recurso | |
| 750 | - //FeedSEIProtocolos::getInstance()->setBolAcumularFeeds(false); | |
| 751 | - //FeedSEIProtocolos::getInstance()->indexarFeeds(); | |
| 752 | - | |
| 753 | - //InfraDebug::getInstance()->gravar('RETORNO:'.print_r($ret,true)); | |
| 754 | - //LogSEI::getInstance()->gravar(InfraDebug::getInstance()->getStrDebug()); | |
| 755 | - | |
| 756 | - $this->removerAndamentosProcedimento($objProcedimentoDTO); | |
| 738 | + //$this->removerAndamentosProcedimento($objProcedimentoDTO); | |
| 757 | 739 | return $objProcedimentoDTO; |
| 758 | 740 | } |
| 759 | 741 | ... | ... |