Ver Fonte

调整费用 bug调整

785834757 há 2 anos atrás
pai
commit
1db160b41e

+ 6 - 0
src/main/java/com/ydtech/modules/protocols/service/impl/PtlAgreementProductCostsNewServiceImpl.java

@@ -1162,6 +1162,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
                 feeOrderNewVo.getDeptManagerFee().get(0).getDeptProportionLevelThree(),
                 feeOrderNewVo.getDeptManagerFee().get(0).getDeptProportionLevelFoure(),
                 feeOrderNewVo.getDeptManagerFee().get(0).getDeptProportionLevelFive());
+        jqDeptManagerFee.setInsuranceType("交强险");
         deptManagerFeeList.add(jqDeptManagerFee);
 
         //商业部门管理费用
@@ -1171,6 +1172,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
                 feeOrderNewVo.getDeptManagerFee().get(1).getDeptProportionLevelThree(),
                 feeOrderNewVo.getDeptManagerFee().get(1).getDeptProportionLevelFoure(),
                 feeOrderNewVo.getDeptManagerFee().get(1).getDeptProportionLevelFive());
+        syDeptManagerFee.setInsuranceType("商业险");
         deptManagerFeeList.add(syDeptManagerFee);
 
         //非车部门管理费用
@@ -1180,6 +1182,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
                 feeOrderNewVo.getDeptManagerFee().get(2).getDeptProportionLevelThree(),
                 feeOrderNewVo.getDeptManagerFee().get(2).getDeptProportionLevelFoure(),
                 feeOrderNewVo.getDeptManagerFee().get(2).getDeptProportionLevelFive());
+        noDeptManagerFee.setInsuranceType("非车险");
         deptManagerFeeList.add(noDeptManagerFee);
 
 
@@ -1202,18 +1205,21 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
         //交强出口费用
         FeeOrderNewVo.ExportFee jqExportFee = feeRuleSchemeService.calcExportFee(insFeeOrderNew.getJqPremium(), feeOrderNewVo.getExportFee().get(0).getSuperviseCosts(),
                 feeOrderNewVo.getEntranceFee().get(0).getTotalProportion(), jqDeptManagerTotalProportion, retailStoreFee.getRetailStoreRadio(), taxRadio);
+        jqExportFee.setInsuranceType("交强险");
         exportFeeList.add(jqExportFee);
 
 
         //商业出口费用
         FeeOrderNewVo.ExportFee syExportFee = feeRuleSchemeService.calcExportFee(insFeeOrderNew.getSyPremium(), feeOrderNewVo.getExportFee().get(1).getSuperviseCosts(),
                 feeOrderNewVo.getEntranceFee().get(1).getTotalProportion(), syDeptManagerTotalProportion, retailStoreFee.getRetailStoreRadio(), taxRadio);
+        jqExportFee.setInsuranceType("商业险");
         exportFeeList.add(syExportFee);
 
 
         //非车出口费用
         FeeOrderNewVo.ExportFee noExportFee = feeRuleSchemeService.calcExportFee(insFeeOrderNew.getNoPremium(), feeOrderNewVo.getExportFee().get(2).getSuperviseCosts(),
                 feeOrderNewVo.getEntranceFee().get(2).getTotalProportion(), noDeptManagerTotalProportion, retailStoreFee.getRetailStoreRadio(), taxRadio);
+        jqExportFee.setInsuranceType("非车险");
         exportFeeList.add(noExportFee);
 
         //endregion