From 5c779e027519277af06f66ce1af23a757873e16c Mon Sep 17 00:00:00 2001 From: amarsoft Date: Tue, 30 Oct 2018 10:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A7=84=E5=88=99=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E9=80=80=E8=BF=98=E4=BF=9D=E8=AF=81=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }