customer_select_sql=f'select * from `customer` where brand_id = {customerData.brandId} and is_visitor = 0 and email != "" and email not like "%@willdeskvisitor.com%" order by create_at desc'
customer_select_sql=f'select * from `customer` where brand_id = {customerData.brandId} and email != "" and email not like "%@willdeskvisitor.com%" order by create_at desc'