Merge branch 'develop' of http://git2.tenwa.com.cn/ApzlDev/apzl_leasing.git into zhouzebei
This commit is contained in:
commit
5cd6e3b955
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user