diff --git a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java index 393bd7865..623ac1529 100644 --- a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java +++ b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java @@ -417,7 +417,8 @@ public class FundFundPlanExecutor { newFundPlan.setSettleMethod("payfund6"); newFundPlan.setPayType("pay_type_out"); newFundPlan.setPlanMoney(cb.getCautionMoneyRemain()); - newFundPlan.setPlanDate(cb.getEndDate()); + //现在不维护商务条件表里的合同结束日期了,前边有代码 如果资金计划的plan_date为空 就不会入表,所以把上边租金计划的最后一期的日期放进来 + newFundPlan.setPlanDate(planDates.get(planDates.size()-1)); newFundPlan.setPayCust(custID); newFundPlans.add(newFundPlan); }