|
|
@@ -4,10 +4,10 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
import com.jzg.commons.entity.quote.vo.CarInfoVo;
|
|
|
import com.jzg.commons.entity.quote.vo.CustomerInfoVo;
|
|
|
import com.jzg.commons.entity.quote.vo.QuoteVo;
|
|
|
+import com.jzg.commons.entity.vo.InsOrdersOtherInfoVo;
|
|
|
import com.jzg.quotation.commons.utils.TimeProcessing;
|
|
|
import com.jzg.quotation.guoren.crawler.entity.dto.PrpTMainDTO;
|
|
|
import com.jzg.quotation.guoren.crawler.entity.response.GuoRenCrawlerQueryByVinNoData;
|
|
|
-import com.jzg.quotation.guoren.crawler.entity.response.GuoRenCrawlerQueryCarModelData;
|
|
|
import com.jzg.quotation.guoren.crawler.entity.response.GuoRenCrawlerWriteBackAddressData;
|
|
|
import lombok.Data;
|
|
|
import lombok.NoArgsConstructor;
|
|
|
@@ -622,15 +622,17 @@ public class GuoRenCrawlerGetCarPriceRequest {
|
|
|
|
|
|
CarInfoVo carInfoVo = quoteVo.getCarInfoVo();
|
|
|
CustomerInfoVo ownersInfo = quoteVo.getOwnersInfo();
|
|
|
+ InsOrdersOtherInfoVo otherInfo = quoteVo.getOtherInfo();
|
|
|
+
|
|
|
this.licenseNo = carInfoVo.getLicenseNo();
|
|
|
this.vinNo = carInfoVo.getVinNo();
|
|
|
this.engineNo = carInfoVo.getEngineNo();
|
|
|
this.carIdentifyType = "01";
|
|
|
this.rateCode = "20";
|
|
|
this.loanVehicleFlag = "0";
|
|
|
- this.chgOwnerFlag = "0";
|
|
|
- this.ciChgOwnerFlag = "0";
|
|
|
- this.biChgOwnerFlag = "0";
|
|
|
+ this.chgOwnerFlag =String.valueOf(otherInfo.getTransfer());
|
|
|
+ this.ciChgOwnerFlag = String.valueOf(otherInfo.getTransfer());
|
|
|
+ this.biChgOwnerFlag = String.valueOf(otherInfo.getTransfer());
|
|
|
this.newDeviceFlag = "0";
|
|
|
this.chargingpostFlag = "0";
|
|
|
this.productType = "0101";
|