|
|
@@ -779,6 +779,10 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
if(Objects.nonNull(response.getOther().getReasonNoFluctuation())){
|
|
|
insAreaCompany.setReasonNoFluctuation(response.getOther().getReasonNoFluctuation());
|
|
|
}
|
|
|
+ // 华农评分分组
|
|
|
+ if(Objects.nonNull(response.getOther().getMarkGroup())){
|
|
|
+ insAreaCompany.setMarkGroup(response.getOther().getMarkGroup());
|
|
|
+ }
|
|
|
|
|
|
insAreaCompanyService.insertCompanyAndOrders(insAreaCompany, insAreaCompanyAccidentalDriving);
|
|
|
//清空驾意险信息 重新复制
|