diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidadeARTESP.java b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidadeARTESP.java index a42f0db26..9708bc06a 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidadeARTESP.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidadeARTESP.java @@ -173,7 +173,7 @@ public class RelatorioGratuidadeARTESP extends Relatorio { StringBuilder sql = new StringBuilder(); - sql.append("SELECT OC.DESCORGAO AS ORGAO, "); + sql.append("SELECT distinct OC.DESCORGAO AS ORGAO, "); sql.append("O.CODEMPRESAPORORGAO AS empresa,"); sql.append("B.FECHORVIAJE AS fechorviaje, "); sql.append("ori.cveparada AS codorigem, ");