tag_room_select_sql=f'select * from `im_room` where `cate_id` = {tagData.brandId} and `status` = 1 and `site_id` = {tagData.shopId} and `is_ignore` = 0 and room_type != 2 and last_msg_uid != {tagData.userId} and from_id != ""'
tag_room_select_sql=f'select * from `im_room` where `cate_id` = {tagData.brandId} and status = 1 and `site_id` = {tagData.shopId} and `is_ignore` = 0 and room_type != 2 '