|
@@ -67,7 +67,7 @@ public class HuaTaiModelsQueryRequest extends HuaTaiBaseRequest {
|
|
|
this.vIN = carInfo.getFrameNo();
|
|
this.vIN = carInfo.getFrameNo();
|
|
|
this.plateNo = carInfo.getLicenseNo();
|
|
this.plateNo = carInfo.getLicenseNo();
|
|
|
this.registerDate = carInfo.getRegisterDate()+ " " + TimeConstants.START_TIME;
|
|
this.registerDate = carInfo.getRegisterDate()+ " " + TimeConstants.START_TIME;
|
|
|
- this.brand = carInfo.getBrandName();
|
|
|
|
|
|
|
+ this.brand = carInfo.getModelcname();
|
|
|
this.riskCode = "1002";
|
|
this.riskCode = "1002";
|
|
|
}
|
|
}
|
|
|
|
|
|