diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioDepositos.java b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioDepositos.java index 4a2edc1cd..643e92249 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioDepositos.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioDepositos.java @@ -99,7 +99,7 @@ public class RelatorioDepositos extends Relatorio { sql.append(" tmp.vrfechamento, "); sql.append(" tmp.vrdeposito, "); sql.append(" COALESCE( "); - sql.append(" (SELECT UNIQUE LISTAGG( fdep.NUMDEPOSITO, ',') WITHIN GROUP ( "); + sql.append(" (SELECT UNIQUE LISTAGG( fdep.NUMDEPOSITO, '/') WITHIN GROUP ( "); sql.append(" ORDER BY fdep.NUMDEPOSITO) as NUMDEPOSITO "); sql.append(" FROM fechamento_cntcorrente fcnt "); sql.append(" LEFT JOIN Fechamento_deposito fdep ");