alexandre.lima 2017-09-11 14:43:49 +00:00
parent 0b61c62712
commit c07145a318
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class RelatorioBilhetesVendidos extends Relatorio {
sql.append(" p_destino.DESCPARADA DESTINO, ");
sql.append(" pv.NUMPUNTOVENTA COD_AGENCIA, ");
sql.append(" pv.NOMBPUNTOVENTA NOME_AGENCIA, ");
sql.append(" B.FECMODIF DATA, ");
sql.append(" B.FECHORVENTA DATA, ");
sql.append(" B.fechorviaje DATA_VIAGEM, ");
sql.append(" B.CORRIDA_ID SERVICO, ");
sql.append(" to_char(B.fechorviaje, 'hh24:mi:ss') HORA, ");