询价投保缺少折扣比率字段

master
马开放 20 hours ago
parent c1b382a83e
commit c6575be278
  1. 1
      lis-module-grp-nb-service/src/main/java/com/sinosoft/lis/controller/g_app/LCPropPrintBL.java

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

Loading…
Cancel
Save