提交人:陈绍鑫

日期:2025/7/10 17:00
内容:银行账户报表开发
This commit is contained in:
陈绍鑫 2025-07-10 17:40:17 +08:00
parent 577109d37e
commit 3ae1e41926
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class AccountbankReportPlugin extends AbstractReportListDataPlugin {
String[] fieldNames1 = finish.getRowMeta().getFieldNames();
// 创建一个新的数组长度是原数组长度 + 2因为要添加两个字段
String[] newFieldNames1 = new String[fieldNames1.length + 2];
String[] newFieldNames1 = new String[fieldNames1.length + 3];
// 将原来的字段名数组复制到新数组
System.arraycopy(fieldNames1, 0, newFieldNames1, 0, fieldNames1.length);