|
@@ -656,6 +656,10 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
if(other.getBiDiscount() != null && !other.getBiDiscount().isEmpty()){
|
|
if(other.getBiDiscount() != null && !other.getBiDiscount().isEmpty()){
|
|
|
quoteRespVo.setPreDiscount(other.getBiDiscount());
|
|
quoteRespVo.setPreDiscount(other.getBiDiscount());
|
|
|
}
|
|
}
|
|
|
|
|
+ // 大地不浮动原因
|
|
|
|
|
+ if(other.getReasonNoFluctuation() != null){
|
|
|
|
|
+ quoteRespVo.setReasonNoFluctuation(other.getReasonNoFluctuation());
|
|
|
|
|
+ }
|
|
|
return quoteRespVo;
|
|
return quoteRespVo;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -682,7 +686,6 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
insAreaCompany.setOwnerInfo(JSON.toJSONString(quoteInfoVo.getOwnerInfo()));
|
|
insAreaCompany.setOwnerInfo(JSON.toJSONString(quoteInfoVo.getOwnerInfo()));
|
|
|
insAreaCompany.setApplyInfo(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo()));
|
|
insAreaCompany.setApplyInfo(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo()));
|
|
|
insAreaCompany.setInsureInfo(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo()));
|
|
insAreaCompany.setInsureInfo(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo()));
|
|
|
-
|
|
|
|
|
insAreaCompany.setTaxArrears(JSON.parseArray(JSON.toJSONString(quoteRespVo.getTaxArrears())));
|
|
insAreaCompany.setTaxArrears(JSON.parseArray(JSON.toJSONString(quoteRespVo.getTaxArrears())));
|
|
|
|
|
|
|
|
// 此单是否需要验车
|
|
// 此单是否需要验车
|
|
@@ -762,6 +765,9 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
insAreaCompany.setSyLossRation(Double.parseDouble(response.getOther().getSyLossRation()));
|
|
insAreaCompany.setSyLossRation(Double.parseDouble(response.getOther().getSyLossRation()));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ if(Objects.nonNull(response.getOther().getReasonNoFluctuation())){
|
|
|
|
|
+ insAreaCompany.setReasonNoFluctuation(response.getOther().getReasonNoFluctuation());
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
insAreaCompanyService.insertCompanyAndOrders(insAreaCompany, insAreaCompanyAccidentalDriving);
|
|
insAreaCompanyService.insertCompanyAndOrders(insAreaCompany, insAreaCompanyAccidentalDriving);
|
|
|
//清空驾意险信息 重新复制
|
|
//清空驾意险信息 重新复制
|