传统业务读取设备款
This commit is contained in:
parent
28aea98a9d
commit
ff3ecd57ab
@ -156,7 +156,11 @@ public class FundFundPlanExecutor {
|
||||
Map<String,String> cleanLeaseMoney = new HashMap<String,String>();
|
||||
cleanLeaseMoney.put("CostType01", "pay_type_out");
|
||||
cleanLeaseMoney.put("CostType02", "PaymentTime1");
|
||||
map.put("CLEAN_LEASE_MONEY", cleanLeaseMoney);
|
||||
if(!"business_product".equals(tcb.getProductType())) {
|
||||
map.put("CLEAN_LEASE_MONEY", cleanLeaseMoney);
|
||||
} else {
|
||||
map.put("EQUIP_AMT", cleanLeaseMoney);
|
||||
}
|
||||
String custid="";
|
||||
if("quoted_price".equals(tcb.getCalType())){
|
||||
custid=tcb.getDocId();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user