1.修改合同起租申请的商务条件。

This commit is contained in:
zhangbb 2018-09-26 19:53:40 +08:00
parent 29985cbeaa
commit 978b71e611
2 changed files with 1279 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -212,9 +212,12 @@ public class FundFundPlanExecutor {
BizObjectManager bomLFP = JBOFactory.getBizObjectManager(LC_FUND_PLAN.CLASS_NAME,tx);
BizObject boLFP = bomLFP.createQuery("select id from O where contract_id='"+tcb.getCb().getContractId()+"' and fee_type='"+item.getItemNo()+"'")
.getSingleResult(true);
if(boLFP!=null){
ffcp.setId(boLFP.getAttribute("id").getString());
bomLFP.deleteObject(boLFP);
}
}
ffcp.setFeeType(item.getItemNo());//·ÑÓÃÀàÐÍ
ffcp.setPlanList("1");
ffcp.setSettleMethod("payfund6");