不规则加入退还保证金

This commit is contained in:
amarsoft 2018-10-30 10:31:05 +08:00
parent 8dd8f5dc9f
commit 5c779e0275

View File

@ -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);
}