Commit 21e2f978f0a9b27365d16085893c54e6f8b5e28f

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

[Teste] Debug de performance.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
rn/MdWsSeiDocumentoRN.php
... ... @@ -44,6 +44,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN {
44 44  
45 45 $relProtocoloProtocoloRN = new RelProtocoloProtocoloRN();
46 46 $ret = $relProtocoloProtocoloRN->listarRN0187($relProtocoloProtocoloDTOConsulta);
  47 + echo 111;exit;
47 48 $arrDocumentos = array();
48 49 if($ret){
49 50 $documentoDTOConsulta = new DocumentoDTO();
... ...