alexandre.lima 2017-09-11 14:26:56 +00:00
parent 7a77fea55b
commit 6fa30be4c3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class RelatorioBilhetesVendidos extends Relatorio {
sql.append(" B.FECMODIF DATA, ");
sql.append(" B.fechorviaje DATA_VIAGEM, ");
sql.append(" B.CORRIDA_ID SERVICO, ");
sql.append(" to_char(B.fechorviaje, 'hh:mm:ss') HORA, ");
sql.append(" to_char(B.fechorviaje, 'hh24:mi:ss') HORA, ");
sql.append(" B.NUMASIENTO NUMASIENTO, ");
sql.append(" ct.DESCCATEGORIA CATEGORIA, ");
sql.append(" R.INDSENTIDOIDA SENTIDO, ");