提交人:陈绍鑫

日期:2025/11/27 10:30
内容:融资计划报表自定义字段22
This commit is contained in:
陈绍鑫 2025-12-23 10:24:11 +08:00
parent ff4d35cf4e
commit 9a87b06c05
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class PlanReportPlugin extends AbstractReportListDataPlugin {
put("续贷", "fdetailext17");
put("新增融资", "fdetailext18");
put("预计存量金融债务余额", "fdetailext20");
put("归还性质", "fdetailext7");
put("归还性质", "fdetailext22");
put("计划金额", "fplanamt");
}};
@ -73,6 +73,7 @@ public class PlanReportPlugin extends AbstractReportListDataPlugin {
@Override
public DataSet query(ReportQueryParam reportQueryParam, Object o) throws Throwable {
//自动更新自定义字段
List<QFilter> listQFilter = ReportUtils.getListQFilter(reportQueryParam);
Date date = new Date();
DynamicObject shkd_qj=null;