传统业务读取设备款

This commit is contained in:
zhulianghua 2018-09-21 14:48:29 +08:00
parent 28aea98a9d
commit ff3ecd57ab

View File

@ -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();