wujianwei
2026-03-06 54e07b96bd7fdae9915fcf06de2a16bcb613aa74
tms/src/main/resources/mapper/tms/TmsVehicleMapper.xml
@@ -68,7 +68,9 @@
        <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>