gleimar 2016-09-23 13:38:23 +00:00
parent 155d39320c
commit 537eb41ec2
1 changed files with 1 additions and 1 deletions

View File

@ -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 ");