fixes bug #8622
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@65595 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f4d6496b14
commit
4b810fb622
|
@ -98,6 +98,7 @@ public class RelatorioDemandasDetalhado extends RelatorioDemandas {
|
|||
sql.append(" WHERE ");
|
||||
sql.append(" bol.FECHORVIAJE >= :DATA_INICIAL ");
|
||||
sql.append(" AND bol.FECHORVIAJE <= :DATA_FINAL ");
|
||||
sql.append(" AND BOL.MOTIVOCANCELACION_ID IS NULL ");
|
||||
if (parametros.get("RUTA_ID") != null) {
|
||||
sql.append(" AND r.RUTA_ID = :RUTA_ID ");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue