|
|
@@ -763,7 +763,7 @@ public class ODR1008Request extends DaJiaBaseRequest {
|
|
|
//车辆品牌
|
|
|
vehicleInfoDTO.setVehicleBrandId(resultDTO.getBrandId());
|
|
|
//整备质量
|
|
|
- vehicleInfoDTO.setVehicleNCurbWt(Float.parseFloat(quoteInfoVo.getCarInfo().getCompleteKerbMass()));
|
|
|
+ vehicleInfoDTO.setVehicleNCurbWt(Float.parseFloat(quoteInfoVo.getCarInfo().getCompleteKerbMass()) / 1000);
|
|
|
//货车传递吨位
|
|
|
if (VehicleType.VT_A1.getCode().equals(quoteInfoVo.getCarInfo().getCimodelclass())) {
|
|
|
//核定载质量
|
|
|
@@ -777,10 +777,6 @@ public class ODR1008Request extends DaJiaBaseRequest {
|
|
|
this.body.setVehicleInfo(vehicleInfoDTO);
|
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
- System.out.println(Float.parseFloat("1670") / 1000);
|
|
|
- }
|
|
|
-
|
|
|
|
|
|
//设置业务归属信息
|
|
|
public void setBusinessInfo(DaJiaConfigureParameters daJiaConfigureParameters, String busiId) {
|