|
|
@@ -417,16 +417,16 @@ public class CarConfirmRequest extends PingAnBaseRequest {
|
|
|
this.engineNo = carInfo.getEngineNo();
|
|
|
// this.frameNo = "VNN3ZYKS1X8H05E4D";
|
|
|
// 货车 modelCode KMD1129SDH,家用车用 OYI1004SKD
|
|
|
- //this.modelCode = "OYI1004SKD";
|
|
|
+ // this.modelCode = "OYI1004SKD";
|
|
|
this.paModelCode = modelsDto.getPaModelCode();
|
|
|
// this.modelIndex = modelsDto.getModelIndex();
|
|
|
// this.vehicleStyleUniqueId = vehicleStyleUniqueId;
|
|
|
- this.autoModelName = modelsDto.getModelName();
|
|
|
+ this.autoModelName = carInfo.getCarBrand();
|
|
|
this.seats = carInfo.getSeatCount();
|
|
|
//这辆参数货车传递
|
|
|
// this.wholeWeight = String.valueOf(Float.parseFloat(carInfo.getCompleteKerbMass()) / 1000);
|
|
|
// this.tonNumber = carInfo.getCompleteKerbMass();
|
|
|
- this.exhaustMeasure = modelsDto.getExhaustMeasure();
|
|
|
+ this.exhaustMeasure = carInfo.getExhaustScale();
|
|
|
this.power = carInfo.getPowerScale();
|
|
|
// this.vehicleCertiType = vehicleCertiType;
|
|
|
// this.vehicleCertiNo = vehicleCertiNo;
|