Commit ce5c5d4c67c2af5f0bb97611a20fe65a65ee1e32

Authored by eduardo.batista
1 parent 21e2f978
Exists in master and in 1 other branch desenv

[Teste] Debug de performance.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
rn/MdWsSeiDocumentoRN.php
... ... @@ -44,7 +44,6 @@ class MdWsSeiDocumentoRN extends DocumentoRN {
44 44  
45 45 $relProtocoloProtocoloRN = new RelProtocoloProtocoloRN();
46 46 $ret = $relProtocoloProtocoloRN->listarRN0187($relProtocoloProtocoloDTOConsulta);
47   - echo 111;exit;
48 47 $arrDocumentos = array();
49 48 if($ret){
50 49 $documentoDTOConsulta = new DocumentoDTO();
... ... @@ -69,6 +68,8 @@ class MdWsSeiDocumentoRN extends DocumentoRN {
69 68 }
70 69 }
71 70  
  71 + echo 222;exit;
  72 +
72 73 $anexoRN = new AnexoRN();
73 74 $observacaoRN = new ObservacaoRN();
74 75 $publicacaoRN = new PublicacaoRN();
... ...