|
@@ -751,6 +751,7 @@ public class YangGuangAccuracyCalculateRequest extends YangGuangBaseRequest{
|
|
|
this.CarCheckStatus = "2";
|
|
this.CarCheckStatus = "2";
|
|
|
this.Inputnewenergyflag = carInfoVo.isNewEnergy() ? "1" : "0";
|
|
this.Inputnewenergyflag = carInfoVo.isNewEnergy() ? "1" : "0";
|
|
|
this.FuelType = carInfoVo.getEnergyType();
|
|
this.FuelType = carInfoVo.getEnergyType();
|
|
|
|
|
+ this.SeatCount = carInfoVo.getSeatCount();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|