|
|
@@ -160,7 +160,7 @@ public final class HbCrawlerQuoteResultVoBuild {
|
|
|
}
|
|
|
//设置非车保费
|
|
|
quoteResultsVo.getCosts().setNiPremium(proposalResponse.getAccidentTotalPremium());
|
|
|
- String sumPremium = String.valueOf(Integer.parseInt(biPremium) + Integer.parseInt(ciPremium) + Integer.parseInt(vvTax));
|
|
|
+ String sumPremium = String.valueOf(Double.parseDouble(biPremium) + Double.parseDouble(ciPremium) + Double.parseDouble(vvTax));
|
|
|
quoteResultsVo.getCosts().setSumPremium(sumPremium);
|
|
|
|
|
|
|