alexandre.lima 2017-07-14 19:11:49 +00:00
parent 69f901cbb7
commit 8ae0c20638
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class RelatorioDemandasDiario extends RelatorioDemandas {
sql.append(" WHERE "); sql.append(" WHERE ");
sql.append(" bol.FECHORVIAJE >= :DATA_INICIAL "); sql.append(" bol.FECHORVIAJE >= :DATA_INICIAL ");
sql.append(" AND bol.FECHORVIAJE <= :DATA_FINAL "); sql.append(" AND bol.FECHORVIAJE <= :DATA_FINAL ");
sql.append(" AND and bol.MOTIVOCANCELACION_ID is null "); sql.append(" AND bol.MOTIVOCANCELACION_ID is null ");
if (parametros.get("RUTA_ID") != null) { if (parametros.get("RUTA_ID") != null) {
sql.append(" AND r.RUTA_ID = :RUTA_ID "); sql.append(" AND r.RUTA_ID = :RUTA_ID ");
} }