|
|
@ -326,6 +326,9 @@ public class BaseVehicleActualSalesService extends MybatisBaseService<BaseVehicl |
|
|
|
//根据车型查询品牌是否一致
|
|
|
|
BaseVehicle baseVehicle = baseVehicleService.selectByVinNoAndOrgSid(vinNo, useOrgSid); |
|
|
|
String brandSid = baseVehicle.getCarBrandSid(); |
|
|
|
if(!dto.getCarBrandSid().equals(brandSid)){ |
|
|
|
return rb.setMsg("选择的车辆的品牌与选择的品牌不一致"); |
|
|
|
} |
|
|
|
stringList.add(brandSid); |
|
|
|
} |
|
|
|
if (stringList.size() > 1) { |
|
|
|