shop_article_list_select_sql=f'select * from `article` where brand_id = {faqData.brandId} and shop_id = {faqData.shopId} and is_delete = 0'
shop_article_list_select_sql=f'select * from `article` where brand_id = {articleInfoTestData.brandId} and shop_id = {articleInfoTestData.shopId} and is_delete = 0'
category_id_select_sql=f"select * from `article_categorie` where brand_id = {articleOperateTestData.brandId} and shop_id = {articleOperateTestData.shopId} and category_name = '{articleOperateTestData.category_name}'"
popular_article_update_sql=f'update `article` set is_popular = 0 where brand_id = {faqData.brandId} and shop_id = {faqData.shopId} and is_popular = 1'
popular_article_update_sql=f'update `article` set is_popular = 0 where brand_id = {articleInfoTestData.brandId} and shop_id = {articleInfoTestData.shopId} and is_popular = 1'