team_delete_sql=f'delete from `resource_item` where brand_id = {teamData.brandId} and (name in ("{teamData.team_name}","{teamData.new_team_name}") or id = {teamData.team_id})'
test_env_conn.execute_sql(team_delete_sql)
teammate_delete_sql=f'delete from `resource_item_cs_rel` where cs_id = {teamData.teammate_id}'
teammate_insert_sql=f"""INSERT INTO `customer_service` (email,password,name,profile,is_update_password,is_open_window,enter_type,customer_type,local_lang,is_delete,create_at,update_at) VALUES
teammate_brand_rel_insert_sql=f"""INSERT INTO `rel_customerservice_brand` (customer_service_id,brand_id,company_id,role_name,is_activation,is_delete,create_at,update_at) VALUES