|
|
|
@ -461,6 +461,7 @@ public class LCPropPrintBL implements BusinessService { |
|
|
|
lsQuotPlanDetailSchema.setSalaryMult(plan.getMonthAmntMul());//salarymult 薪资倍数
|
|
|
|
lsQuotPlanDetailSchema.setSalaryMult(plan.getMonthAmntMul());//salarymult 薪资倍数
|
|
|
|
lsQuotPlanDetailSchema.setExceptPremType("01");//exceptprem 期望保费类型
|
|
|
|
lsQuotPlanDetailSchema.setExceptPremType("01");//exceptprem 期望保费类型
|
|
|
|
lsQuotPlanDetailSchema.setExceptPrem(plan.getPrem());//exceptprem 期望保费/费率/折扣
|
|
|
|
lsQuotPlanDetailSchema.setExceptPrem(plan.getPrem());//exceptprem 期望保费/费率/折扣
|
|
|
|
|
|
|
|
lsQuotPlanDetailSchema.setDiscount(plan.getDiscountRate()); |
|
|
|
lsQuotPlanDetailSchema.setStandValue(plan.getStandardPrem());//standvalue 参考保费/费率
|
|
|
|
lsQuotPlanDetailSchema.setStandValue(plan.getStandardPrem());//standvalue 参考保费/费率
|
|
|
|
lsQuotPlanDetailSchema.setUWValue(plan.getStandardPrem());//uwvalue 核保值
|
|
|
|
lsQuotPlanDetailSchema.setUWValue(plan.getStandardPrem());//uwvalue 核保值
|
|
|
|
lsQuotPlanDetailSchema.setFinalValue(plan.getPrem());//finalvalue 最终值
|
|
|
|
lsQuotPlanDetailSchema.setFinalValue(plan.getPrem());//finalvalue 最终值
|
|
|
|
|