|
@@ -142,7 +142,7 @@ public class CarPriceReq {
|
|
|
prpTitemCar.setEnrollDate(carInfo.getIssueDate());
|
|
prpTitemCar.setEnrollDate(carInfo.getIssueDate());
|
|
|
//核定载客数
|
|
//核定载客数
|
|
|
prpTitemCar.setSeatCount(carInfo.getSeatCount());
|
|
prpTitemCar.setSeatCount(carInfo.getSeatCount());
|
|
|
- prpTitemCar.setFuelType("0");
|
|
|
|
|
|
|
+ prpTitemCar.setFuelType(vinQ.getFuelType());
|
|
|
|
|
|
|
|
prpTitemCar.setTonCountlb(vinQ.getTonCount());
|
|
prpTitemCar.setTonCountlb(vinQ.getTonCount());
|
|
|
// prpTitemCar.setTonCountlb("0");
|
|
// prpTitemCar.setTonCountlb("0");
|