1.GPS费用无论是否参融,都生成资金计划
This commit is contained in:
parent
0bda68a160
commit
07d1534619
@ -247,9 +247,13 @@ public class FundFundPlanExecutor {
|
||||
ffcp.setPayCust(custid);
|
||||
}
|
||||
if(StringUtil.nullToString(param.get("FINAN")).equals("Y")){//需要判断是否融资
|
||||
if(con.getAttribute(entry.getKey() + "_FINA").getString().equals("finatype01"))
|
||||
//GPS费用特殊,无论是否参融,都要差额放款
|
||||
if("feetype24".equals(item.getItemNo())){
|
||||
fundPlanBeans.add(ffcp);
|
||||
}
|
||||
/*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");
|
||||
@ -259,9 +263,9 @@ 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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user