|
@@ -947,8 +947,8 @@ public class GuorenOrderApiServiceImpl implements GuorenOrderApiService {
|
|
|
confirmCarMuch = vehicleInfoList.get(0);
|
|
confirmCarMuch = vehicleInfoList.get(0);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- return carPriceQueryMuch(respMuch.getData().getInputvo(), confirmCarMuch,
|
|
|
|
|
- yaQuoteInfoVo.getCarInfo().getLicenseNo());
|
|
|
|
|
|
|
+ return carPriceQueryMuch(respMuch.getData().getInputvo(), confirmCarMuch
|
|
|
|
|
+ );
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
return null;
|
|
return null;
|
|
@@ -958,8 +958,7 @@ public class GuorenOrderApiServiceImpl implements GuorenOrderApiService {
|
|
|
/**
|
|
/**
|
|
|
* (多条)车价查询
|
|
* (多条)车价查询
|
|
|
*/
|
|
*/
|
|
|
- public CarPriceResp.DataDTO carPriceQueryMuch(String uuid, CarPriceMuchResp.DataDTO.CarsDTO carsDTO,
|
|
|
|
|
- String licenseNo) {
|
|
|
|
|
|
|
+ public CarPriceResp.DataDTO carPriceQueryMuch(String uuid, CarPriceMuchResp.DataDTO.CarsDTO carsDTO) {
|
|
|
//构造请求参数
|
|
//构造请求参数
|
|
|
CarPriceMuchReq req = new CarPriceMuchReq();
|
|
CarPriceMuchReq req = new CarPriceMuchReq();
|
|
|
req.setUuid(uuid);
|
|
req.setUuid(uuid);
|