不规则多笔抵扣

This commit is contained in:
amarsoft 2018-10-26 11:44:15 +08:00
parent 58e88d8dea
commit eb48f2769d

View File

@ -885,6 +885,8 @@ public class CreateTransactionExecutor implements Transaction {
if(rentPlan.getPlanDateList().size()>1){//当不规则导入时租金期次等于1则不需要设置第二期租金支付日
bean.getCb().setSecondPlanDate(rentPlan.getPlanDateList().get(1));
}
bean.setProductType("business_product");
bean.getCb().setProductType("business_product");
this.createFundPlan(rentPlan, bean,tx);
this.createCashFlow(bean,tx);
jsonObject.appendElement("result", "true");