alexandre.lima 2017-10-26 11:49:59 +00:00
parent 0c8b7e87aa
commit b80d0fc6e3
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ public class RelatorioOCDNaoResgatadaEmpresa extends Relatorio {
}
if (empresaId != null) {
sql.append(" and E.EMPRESA_ID = :empresaId ");
sql.append(" and M.EMPRESA_ID = :empresaId ");
}
if(StringUtils.isNotBlank(numoperacion)){