select id, create_by, create_time, update_by, update_time, del_flag, top_organization_id, organization_id, organization_name, order_id, consigner, consigner_phone, consigner_area_code, consigner_area, consigner_address, saddress_lat_lon from oms_delivery_info
and top_organization_id = #{topOrganizationId}
and organization_id = #{organizationId}
and organization_name like concat('%', #{organizationName}, '%')
and order_id = #{orderId}
and consigner = #{consigner}
and consigner_phone = #{consignerPhone}
and consigner_area_code = #{consignerAreaCode}
and consigner_area = #{consignerArea}
and consigner_address = #{consignerAddress}
and saddress_lat_lon = #{saddressLatLon}