Commit e8948b49 by jianan

来佣率分隔符拆分读取佣率5

parent ec835c56
...@@ -815,7 +815,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte ...@@ -815,7 +815,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte
map.put("RECONCILIATION_COMPANY", policy.getReconciliationCompanyBizId()); map.put("RECONCILIATION_COMPANY", policy.getReconciliationCompanyBizId());
map.put("AGE", policy.getPolicyHolderAge()); map.put("AGE", policy.getPolicyHolderAge());
map.put("PREMIUM", policy.getPaymentPremium()); map.put("PREMIUM", policy.getPaymentPremium());
map.put("PI", 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("PROTECTION_PERIOD", policy.getGuaranteePeriod());
map.put("PROTECTION_PLAN", policy.getProductName()); map.put("PROTECTION_PLAN", policy.getProductName());
......
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