parent
ff4d35cf4e
commit
9a87b06c05
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue