|
|
@@ -77,7 +77,7 @@ public final class DaJiaAPIQuoteResultsVoBuild {
|
|
|
quoteResultsVo.setCiEndDate(String.valueOf(odr1009Response.getResult().getBasePart().getJqExpireDate()));
|
|
|
quoteResultsVo.getCosts().setCiPremium(odr1009Response.getResult().getBasePart().getJqPremium() + "");
|
|
|
quoteResultsVo.getCosts().setVvTax(odr1009Response.getResult().getBasePart().getJqPremiumVat() + "");
|
|
|
- quoteResultsVo.getScoreVo().setJqScore(String.valueOf(odr1009Response.getResult().getRiskRatio().getJqPubScores()));
|
|
|
+// quoteResultsVo.getScoreVo().setJqScore(String.valueOf(odr1009Response.getResult().getRiskRatio().getJqPubScores()));
|
|
|
if(Objects.nonNull(odr1009Response.getResult().getRiskRatio().getBillCTPELR())) {
|
|
|
quoteResultsVo.getScoreVo().setJqLossRation(odr1009Response.getResult().getRiskRatio().getBillCTPELR().toString());
|
|
|
}
|
|
|
@@ -88,7 +88,7 @@ public final class DaJiaAPIQuoteResultsVoBuild {
|
|
|
quoteResultsVo.setBiStartDate(odr1009Response.getResult().getBasePart().getSyEffectiveDate());
|
|
|
quoteResultsVo.setBiEndDate(odr1009Response.getResult().getBasePart().getSyExpireDate());
|
|
|
quoteResultsVo.getCosts().setBiPremium(odr1009Response.getResult().getBasePart().getSyPremium() + "");
|
|
|
- quoteResultsVo.getScoreVo().setSyScore(odr1009Response.getResult().getRiskRatio().getSyPubScores());
|
|
|
+// quoteResultsVo.getScoreVo().setSyScore(odr1009Response.getResult().getRiskRatio().getSyPubScores());
|
|
|
quoteResultsVo.getScoreVo().setSyLossRation(odr1009Response.getResult().getRiskRatio().getBillCOMELR().toString());
|
|
|
}
|
|
|
//整单预期赔付率
|