修改GPS不参与融资生成资金计划

This commit is contained in:
zhulianghua 2018-07-18 17:41:18 +08:00
parent 17819f315b
commit 96c0ccb254

View File

@ -99,7 +99,7 @@ public class FundFundPlanExecutor {
ffcp.setSettleMethod("payfund6");
ffcp.setPayType(StringUtil.nullToString(param.get("CostType01")).length()>0?param.get("CostType01"):"pay_type_in");
if("NOMINAL_PRICE".equals(entry.getKey())){
param.put("CostType02", "PaymentTime7");
param.put("CostType02", "PaymentTime4");
}
if("feetype5".equals(item.getItemNo()) && "".equals(StringUtil.nullToString(param.get("CostType02")))) {
continue;
@ -110,11 +110,10 @@ public class FundFundPlanExecutor {
if(StringUtil.nullToString(param.get("CostType03")).equals("cust")){
ffcp.setPayCust(custid);
}
fundPlanBeans.add(ffcp);
if(StringUtil.nullToString(param.get("FINA")).equals("Y")){//需要判断是否融资
if(con.getAttribute(entry.getKey()).getString().equals("N"))
if(StringUtil.nullToString(param.get("FINAN")).equals("Y")){//需要判断是否融资
if(con.getAttribute(entry.getKey() + "_FINA").getString().equals("finatype01"))
{
FundPlanBean ffcp2 = new FundPlanBean();
/*FundPlanBean ffcp2 = new FundPlanBean();
ffcp2.setFeeType(item.getItemNo());//·ÑÓÃÀàÐÍ
ffcp2.setPlanList("1");
ffcp2.setSettleMethod("payfund6");
@ -124,8 +123,11 @@ public class FundFundPlanExecutor {
if(StringUtil.nullToString(param.get("CostType03")).equals("cust")){
ffcp2.setPayCust(custid);
}
fundPlanBeans.add(ffcp2);
fundPlanBeans.add(ffcp2);*/
fundPlanBeans.add(ffcp);
}
} else {
fundPlanBeans.add(ffcp);
}
}
}