Fixes Bug #0009940 - Correção do número do mantis

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@75150 d1611594-4594-4d17-8e1d-87c2c4800839
master
alexandre.lima 2017-10-18 18:20:22 +00:00
parent d34cc6a00e
commit 0cdbd1b88f
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class RelatorioBilhetesVendidos extends Relatorio {
sql.append(" B.INDSTATUSBOLETO, "); sql.append(" B.INDSTATUSBOLETO, ");
sql.append(" B.FECCORRIDA, "); sql.append(" B.FECCORRIDA, ");
sql.append(" B.CORRIDA_ID "); sql.append(" B.CORRIDA_ID ");
NamedParameterStatement stmt = new NamedParameterStatement(conexao, sql.toString()); NamedParameterStatement stmt = new NamedParameterStatement(conexao, sql.toString());
stmt.setInt("EMPRESA_ID", Integer.valueOf(parametros.get("EMPRESA_ID").toString())); stmt.setInt("EMPRESA_ID", Integer.valueOf(parametros.get("EMPRESA_ID").toString()));