应收票据台账报表插件5
This commit is contained in:
parent
f24eb4034f
commit
15f7a89e2c
|
@ -49,7 +49,7 @@ public class BillReceivableReportFormPlugin extends AbstractReportListDataPlugin
|
||||||
" ';' " +
|
" ';' " +
|
||||||
" ) WITHIN GROUP (ORDER BY discountdate) AS shkd_txrq," +
|
" ) WITHIN GROUP (ORDER BY discountdate) AS shkd_txrq," +
|
||||||
" LISTAGG(" +
|
" LISTAGG(" +
|
||||||
" disfrecbodyname || ';' || TO_CHAR(discamt, '999,999,999,999.99')," +
|
" disfrecbodyname || ';' || TO_CHAR(discamt, '999,999,999,999.99') " +
|
||||||
" ) WITHIN GROUP (ORDER BY discountdate) AS shkd_txjg" +
|
" ) WITHIN GROUP (ORDER BY discountdate) AS shkd_txjg" +
|
||||||
"FROM (" +
|
"FROM (" +
|
||||||
" SELECT " +
|
" SELECT " +
|
||||||
|
|
Loading…
Reference in New Issue