修改产品管理报表是否参融获取错误
This commit is contained in:
parent
9d6586aa06
commit
61fa576102
@ -137,9 +137,9 @@ public class ProductsBusinessListUtil {
|
||||
public static String getProductISInsurance(String TYPENO) throws Exception{
|
||||
String isParticipation = "";
|
||||
Map<String, Map<String, String>> productRates = ProductParamUtil.getProductComponentType(TYPENO, "PRD0315");
|
||||
Map<String, String> parms = productRates.get("PURCHASE_TAX");
|
||||
Map<String, String> parms = productRates.get("INSURANCE_PREMIUM");
|
||||
if(parms!=null && parms.size()>0){
|
||||
isParticipation =getString( parms.get("INSURANCE_PREMIUM"));
|
||||
isParticipation =getString( parms.get("FINAN"));
|
||||
}
|
||||
return isParticipation;
|
||||
//return ProductParamUtil.getProductParameterValue(TYPENO, "PRD0315", "FINAL_PAYMENT", "CostType09");
|
||||
@ -150,7 +150,7 @@ public class ProductsBusinessListUtil {
|
||||
Map<String, Map<String, String>> productRates = ProductParamUtil.getProductComponentType(TYPENO, "PRD0315");
|
||||
Map<String, String> parms = productRates.get("TABLEWARE_FEE");
|
||||
if(parms!=null && parms.size()>0){
|
||||
isParticipation =getString( parms.get("INSURANCE_PREMIUM"));
|
||||
isParticipation =getString( parms.get("FINAN"));
|
||||
}
|
||||
return isParticipation.length()>0?isParticipation:"Y";
|
||||
//return ProductParamUtil.getProductParameterValue(TYPENO, "PRD0315", "FINAL_PAYMENT", "CostType09");
|
||||
@ -161,7 +161,7 @@ public class ProductsBusinessListUtil {
|
||||
Map<String, Map<String, String>> productRates = ProductParamUtil.getProductComponentType(TYPENO, "PRD0315");
|
||||
Map<String, String> parms = productRates.get("GPS_FEE");
|
||||
if(parms!=null && parms.size()>0){
|
||||
isParticipation =getString( parms.get("INSURANCE_PREMIUM"));
|
||||
isParticipation =getString( parms.get("FINAN"));
|
||||
}
|
||||
return isParticipation;
|
||||
//return ProductParamUtil.getProductParameterValue(TYPENO, "PRD0315", "FINAL_PAYMENT", "CostType09");
|
||||
@ -172,7 +172,7 @@ public class ProductsBusinessListUtil {
|
||||
Map<String, Map<String, String>> productRates = ProductParamUtil.getProductComponentType(TYPENO, "PRD0315");
|
||||
Map<String, String> parms = productRates.get("INCIDENTAL");
|
||||
if(parms!=null && parms.size()>0){
|
||||
isParticipation =getString( parms.get("INSURANCE_PREMIUM"));
|
||||
isParticipation =getString( parms.get("FINAN"));
|
||||
}
|
||||
return isParticipation.length()>0?isParticipation: "Y" ;
|
||||
//return ProductParamUtil.getProductParameterValue(TYPENO, "PRD0315", "FINAL_PAYMENT", "CostType09");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user