|
@@ -671,6 +671,12 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
if(other.getReasonNoFluctuation() != null){
|
|
if(other.getReasonNoFluctuation() != null){
|
|
|
quoteRespVo.setReasonNoFluctuation(other.getReasonNoFluctuation());
|
|
quoteRespVo.setReasonNoFluctuation(other.getReasonNoFluctuation());
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ // 中煤违章分
|
|
|
|
|
+ if(other.getZmScoreLevel() != null){
|
|
|
|
|
+ quoteRespVo.setZmScoreLevel(response.getOther().getZmScoreLevel());
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
return quoteRespVo;
|
|
return quoteRespVo;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -788,6 +794,11 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
insAreaCompany.setMarkGroup(response.getOther().getMarkGroup());
|
|
insAreaCompany.setMarkGroup(response.getOther().getMarkGroup());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ // 中煤新能源违章分
|
|
|
|
|
+ if(Objects.nonNull(response.getOther().getZmScoreLevel())){
|
|
|
|
|
+ insAreaCompany.setZmScoreLevel(response.getOther().getZmScoreLevel());
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
insAreaCompanyService.insertCompanyAndOrders(insAreaCompany, insAreaCompanyAccidentalDriving);
|
|
insAreaCompanyService.insertCompanyAndOrders(insAreaCompany, insAreaCompanyAccidentalDriving);
|
|
|
//清空驾意险信息 重新复制
|
|
//清空驾意险信息 重新复制
|
|
|
// quoteRespVo.getAccident().clear();
|
|
// quoteRespVo.getAccident().clear();
|