This commit is contained in:
58261 2018-10-15 14:58:07 +08:00
commit 5cd6e3b955

View File

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