|
@@ -743,13 +743,13 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
// insAreaCompany.setYaScore(response.getOther().getScore());
|
|
// insAreaCompany.setYaScore(response.getOther().getScore());
|
|
|
// }
|
|
// }
|
|
|
//
|
|
//
|
|
|
-// if(Objects.nonNull(response.getOther().getCifeeFloat())){
|
|
|
|
|
-// insAreaCompany.setCifeeFloat(response.getOther().getCifeeFloat());
|
|
|
|
|
-// }
|
|
|
|
|
-//
|
|
|
|
|
-// if(Objects.nonNull(response.getOther().getBifeeFloat())){
|
|
|
|
|
-// insAreaCompany.setBifeeFloat(response.getOther().getBifeeFloat());
|
|
|
|
|
-// }
|
|
|
|
|
|
|
+ if(Objects.nonNull(response.getOther().getCifeeFloat())){
|
|
|
|
|
+ insAreaCompany.setCifeeFloat(response.getOther().getCifeeFloat());
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ if(Objects.nonNull(response.getOther().getBifeeFloat())){
|
|
|
|
|
+ insAreaCompany.setBifeeFloat(response.getOther().getBifeeFloat());
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
// 保险公司订单号
|
|
// 保险公司订单号
|
|
|
insAreaCompany.setInsOrderNo(response.getOrderNo());
|
|
insAreaCompany.setInsOrderNo(response.getOrderNo());
|