customer_service_select_sql=f'select * from `rel_customerservice_brand` where brand_id = {channelData.brandId} and is_delete = 0'
customer_service_select_sql=f'select * from `rel_customerservice_brand` where brand_id = {channelData.brandId} and is_delete = 0 and is_activation = 1'