wks 2 år sedan
förälder
incheckning
7ac418d2c2

+ 3 - 4
src/main/java/com/ydtech/modules/order/service/impl/GuorenOrderApiServiceImpl.java

@@ -947,8 +947,8 @@ public class GuorenOrderApiServiceImpl implements GuorenOrderApiService {
                         confirmCarMuch = vehicleInfoList.get(0);
                     }
                 }
-                return carPriceQueryMuch(respMuch.getData().getInputvo(), confirmCarMuch,
-                        yaQuoteInfoVo.getCarInfo().getLicenseNo());
+                return carPriceQueryMuch(respMuch.getData().getInputvo(), confirmCarMuch
+                );
             }
         }
         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();
         req.setUuid(uuid);