|
|
@@ -128,6 +128,13 @@ public class TaiShanCrawlerRequestImpl implements TaiShanCrawlerRequest {
|
|
|
TaiShanCrawlerRiskManagementResponse taiShanCrawlerRiskManagementResponse = null;
|
|
|
boolean success = false;
|
|
|
if (exception.getCode().equals("H1")){
|
|
|
+ String colorCode = quoteVo.getCarInfoVo().getColorCode();
|
|
|
+ if(org.apache.commons.lang3.StringUtils.isBlank(colorCode)){
|
|
|
+ taiShanCrawlerQuotationRequest.getVehicleInfo().setCarColor("01");
|
|
|
+ }else{
|
|
|
+ taiShanCrawlerQuotationRequest.getVehicleInfo().setCarColor(colorCode);
|
|
|
+ }
|
|
|
+
|
|
|
// 3.1 保存报价信息接口
|
|
|
this.resultCoverSave(quoteVo,taiShanCrawlerQuotationRequest,taiShanCrawlerQuotationResponse);
|
|
|
log.info("taiShanCrawlerQuotationRequest:{}", JSON.toJSONString(taiShanCrawlerQuotationRequest));
|