不规则多笔抵扣
This commit is contained in:
parent
58e88d8dea
commit
eb48f2769d
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user