1.修改合同起租申请的商务条件。
This commit is contained in:
parent
29985cbeaa
commit
978b71e611
File diff suppressed because it is too large
Load Diff
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user