product_select_sql=f'select * from `shopify_product` where shop_id = {AiTestData.shopId} and is_delete = 0 order by update_at desc'
product_select_sql=f'select * from `shopify_product` where shop_id = {AiTestData.shopId} and is_delete = 0 and status = "active" order by update_at desc'