This commit is contained in:
suyl
2021-05-12 11:36:31 +08:00
parent 3d97d7d13d
commit 85a5cb0226

View File

@@ -4233,7 +4233,7 @@ func QueryPageStores2(db *dao.DaoDB, pageSize, offset int, keyword string, vendo
`
sqlMT := `
SELECT name, 1 vendor_id, wmpoiid vendor_store_id, orgcode org_code, 1 vendor_status, address, phone tel1, pj shop_score, REPLACE(REPLACE(month_sales_tip,'月售',''),'+','') recent_order_num,
SELECT name, 1 vendor_id, wmpoiid vendor_store_id, '' org_code, 1 vendor_status, address, phone tel1, pj shop_score, REPLACE(REPLACE(month_sales_tip,'月售',''),'+','') recent_order_num,
bak_info city_name, goods_number sku_count
FROM meituan_showd
`