|
|
@@ -61,6 +61,10 @@ |
|
|
and `car_vendor_type` = #{carVendorType} |
|
|
and `car_vendor_type` = #{carVendorType} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != businessId "> |
|
|
|
|
|
and `business_id` = #{businessId} |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != carParams "> |
|
|
<if test=" null != carParams "> |
|
|
and `car_params` like concat('%', #{carParams},'%') |
|
|
and `car_params` like concat('%', #{carParams},'%') |
|
|
</if> |
|
|
</if> |
|
|
|