|
|
@@ -279,7 +279,7 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
quoteRespVo.setJyPremium(rounded.doubleValue());
|
|
|
}
|
|
|
} else if (t.getCompanyId().equals("PICC000000")) {
|
|
|
- quoteRespVo.setBIdiscount(response.getOther().getBiDiscount());
|
|
|
+ quoteRespVo.setPreDiscount(response.getOther().getBiDiscount());
|
|
|
}
|
|
|
|
|
|
//处理订单信息
|
|
|
@@ -633,7 +633,7 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
}
|
|
|
// 人保商业折扣
|
|
|
if(other.getBiDiscount() != null && !other.getBiDiscount().isEmpty()){
|
|
|
- quoteRespVo.setBIdiscount(other.getBiDiscount());
|
|
|
+ quoteRespVo.setPreDiscount(other.getBiDiscount());
|
|
|
}
|
|
|
return quoteRespVo;
|
|
|
}
|