Commit d3c4e440aee145700de13f0d2370c714dc022b29
1 parent
110802c6
Exists in
master
and in
1 other branch
[Test] Subindo novo teste para avaliar comportamento das atividades relacionadas a um processo.
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
rn/MdWsSeiProcedimentoRN.php
| ... | ... | @@ -542,10 +542,14 @@ class MdWsSeiProcedimentoRN extends InfraRN |
| 542 | 542 | ); |
| 543 | 543 | } |
| 544 | 544 | if ($procedimentoDTO && $procedimentoDTO->getStrStaEstadoProtocolo() != ProtocoloRN::$TE_PROCEDIMENTO_ANEXADO) { |
| 545 | + echo 111; | |
| 545 | 546 | $ret = $this->listarUnidadeAberturaProcedimento($procedimentoDTO); |
| 546 | 547 | if (!$ret['sucesso']) { |
| 548 | + var_dump("Erro..."); | |
| 549 | + var_dump($ret);exit; | |
| 547 | 550 | throw new Exception($ret['mensagem']); |
| 548 | 551 | } |
| 552 | + var_dump($ret);exit; | |
| 549 | 553 | $arrDadosAbertura = $ret['data']; |
| 550 | 554 | } |
| 551 | 555 | ... | ... |