Commit 1e763eccdef12370ee26e1400875eca8ffabf231

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

[Fix] Removendo cach

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
MdWsSeiRest.php
@@ -278,7 +278,7 @@ class MdWsSeiRest extends SeiIntegracao @@ -278,7 +278,7 @@ class MdWsSeiRest extends SeiIntegracao
278 .SessaoSEI::getInstance()->getNumIdOrgaoUsuario() 278 .SessaoSEI::getInstance()->getNumIdOrgaoUsuario()
279 ."_" 279 ."_"
280 .SessaoSEI::getInstance()->getNumIdContextoUsuario() 280 .SessaoSEI::getInstance()->getNumIdContextoUsuario()
281 - ."_X"; 281 + ."__";
282 $html = CacheSEI::getInstance()->getAtributo($nomeArquivo); 282 $html = CacheSEI::getInstance()->getAtributo($nomeArquivo);
283 283
284 if($html){ 284 if($html){