`id`,`tenant_id`,`img_url`,`name`,`link_phone`,`create_date`,`update_date`,`car_vendor_type`,`car_params`,`status`,`link_person`
where 1 = 1
and `id` = #{id}
and `tenant_id` = #{tenantId}
and `img_url` like concat('%', #{imgUrl},'%')
and `name` like concat('%', #{name},'%')
and `link_phone` like concat('%', #{linkPhone},'%')
and `create_date` = #{createDate}
and `update_date` = #{updateDate}
and `car_vendor_type` = #{carVendorType}
and `car_params` like concat('%', #{carParams},'%')
and `status` = #{status}
and `link_person` = #{linkPerson}
and id in
#{idItem}
order by ${sortColumns}