Commit c6c0951a by jianan

来佣规格匹配

parent 4e597b79
...@@ -124,7 +124,7 @@ public class SpeciesConditionMatcher { ...@@ -124,7 +124,7 @@ public class SpeciesConditionMatcher {
return "专业投资者"; return "专业投资者";
case "POLICY_CURRENCY": case "POLICY_CURRENCY":
return "保单币种"; return "保单币种";
case "PROTECTION_PERIOD": case "GUARANTEE_PERIOD":
return "保障年期"; return "保障年期";
default: default:
return typeCode; return typeCode;
......
...@@ -817,7 +817,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte ...@@ -817,7 +817,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte
map.put("PREMIUM", policy.getPaymentPremium()); map.put("PREMIUM", policy.getPaymentPremium());
map.put("PROFESSIONAL", professionalInvestor); map.put("PROFESSIONAL", professionalInvestor);
map.put("POLICY_CURRENCY", policy.getCurrency()); map.put("POLICY_CURRENCY", policy.getCurrency());
map.put("PROTECTION_PERIOD", policy.getGuaranteePeriod()); map.put("GUARANTEE_PERIOD", policy.getGuaranteePeriod());
map.put("PROTECTION_PLAN", policy.getProductName()); map.put("PROTECTION_PLAN", policy.getProductName());
return map; return map;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment