@@ -4,7 +4,9 @@ from TestData.inbox.channel_test_data import channelData
channel_select_sql=f'select * from `resource_item` where brand_id = {channelData.brandId} and resource_id in (7,2,3,4,6)'#2:livechat 3:facebook 4:email 6:ins 7:whatsapp
customer_service_select_sql=f'select customer_service_id from `rel_customerservice_brand` where brand_id = {channelData.brandId} and is_activation = 1'
customer_service_select_sql=f'select * from `rel_customerservice_brand` where brand_id = {channelData.brandId} and is_delete = 0'
customer_channel_open_room_select_sql=f'select * from `im_room` where site_id = {channel_rel_id} and status = 1 and room_type != 2 and is_ignore = 0 and allocation_uid = {customer_service_id}'