diff --git a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java index 623ac1529..b4e4e3a54 100644 --- a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java +++ b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java @@ -350,7 +350,7 @@ public class FundFundPlanExecutor { newFundPlan.setSettleMethod("payfund6"); newFundPlan.setPayType("pay_type_out"); newFundPlan.setPlanMoney(cb.getCautionMoneyRemain()); - newFundPlan.setPlanDate(cb.getEndDate()); + newFundPlan.setPlanDate(planDates.get(planDates.size()-1)); newFundPlan.setPayCust(custID); newFundPlans.add(newFundPlan); }