| | |
| | | <if test="serviceProviderId != null "> and thisTab.service_provider_id = #{serviceProviderId}</if> |
| | | <if test="vehicleType != null and vehicleType != ''"> and thisTab.vehicle_type = #{vehicleType}</if> |
| | | <if test="serviceProviderName != null and serviceProviderName != ''"> and thisTab.service_provider_name like concat('%', #{serviceProviderName}, '%')</if> |
| | | <if test="licensePlate != null and licensePlate != ''"> and thisTab.license_plate = #{licensePlate}</if> |
| | | <if test="licensePlate != null and licensePlate != ''"> and thisTab.license_plate like concat('%', #{licensePlate}, '%')</if> |
| | | <if test="licenseHk != null and licenseHk != ''"> and thisTab.license_hk like concat('%', #{licenseHk}, '%')</if> |
| | | <if test="licenseMo != null and licenseMo != ''"> and thisTab.license_mo like concat('%', #{licenseMo}, '%')</if> |
| | | <if test="hasTask != null "> and thisTab.has_task = #{hasTask}</if> |
| | | <if test="vehicleUsageStatus != null "> and thisTab.vehicle_usage_status = #{vehicleUsageStatus}</if> |
| | | <if test="status != null "> and thisTab.status = #{status}</if> |