应收票据台账报表插件5

This commit is contained in:
wenlukang1 2025-07-23 18:29:53 +08:00
parent f24eb4034f
commit 15f7a89e2c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class BillReceivableReportFormPlugin extends AbstractReportListDataPlugin
" ';' " +
" ) WITHIN GROUP (ORDER BY discountdate) AS shkd_txrq," +
" 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" +
"FROM (" +
" SELECT " +