|
@@ -459,6 +459,9 @@ public class ZmCrawlerQuotedPriceRequest extends BaseRequest {
|
|
|
@JsonProperty("actualValue")
|
|
@JsonProperty("actualValue")
|
|
|
private Double actualValue;
|
|
private Double actualValue;
|
|
|
|
|
|
|
|
|
|
+ @JsonProperty("actualValueCarLoss")
|
|
|
|
|
+ private Double actualValueCarLoss;
|
|
|
|
|
+
|
|
|
@JsonProperty("carCheckReason")
|
|
@JsonProperty("carCheckReason")
|
|
|
private String carCheckReason;
|
|
private String carCheckReason;
|
|
|
|
|
|
|
@@ -600,6 +603,7 @@ public class ZmCrawlerQuotedPriceRequest extends BaseRequest {
|
|
|
public PolicyCarDTO (CarInfoVo carInfoVo, ZmCrawlerActualValueResponse actualValueResponse, ZmCrawlerModelQueryResponse.FullCarDataDTO.FullCarData fullCarData) {
|
|
public PolicyCarDTO (CarInfoVo carInfoVo, ZmCrawlerActualValueResponse actualValueResponse, ZmCrawlerModelQueryResponse.FullCarDataDTO.FullCarData fullCarData) {
|
|
|
this.vIN = carInfoVo.getVinNo();
|
|
this.vIN = carInfoVo.getVinNo();
|
|
|
this.actualValue = actualValueResponse.getActualValue();
|
|
this.actualValue = actualValueResponse.getActualValue();
|
|
|
|
|
+ this.actualValueCarLoss = actualValueResponse.getActualValue();
|
|
|
this.aheadRule = "1";
|
|
this.aheadRule = "1";
|
|
|
this.attachNature = "04";
|
|
this.attachNature = "04";
|
|
|
this.averageMileage = "";
|
|
this.averageMileage = "";
|
|
@@ -621,8 +625,8 @@ public class ZmCrawlerQuotedPriceRequest extends BaseRequest {
|
|
|
this.motorTypeCode = "21";
|
|
this.motorTypeCode = "21";
|
|
|
}
|
|
}
|
|
|
this.motorUsageTypeCode = carInfoVo.getCarNatureCode();
|
|
this.motorUsageTypeCode = carInfoVo.getCarNatureCode();
|
|
|
- this.newCarSign = false;
|
|
|
|
|
- this.noDamageYears = "0";
|
|
|
|
|
|
|
+ this.newCarSign = true;
|
|
|
|
|
+ this.noDamageYears = "";
|
|
|
this.personLiable = "";
|
|
this.personLiable = "";
|
|
|
this.plateColorCode = carInfoVo.getLicenseColorCode();
|
|
this.plateColorCode = carInfoVo.getLicenseColorCode();
|
|
|
this.plateNo = carInfoVo.getLicenseNo();
|
|
this.plateNo = carInfoVo.getLicenseNo();
|