This commit is contained in:
邹宗楠
2022-01-21 15:47:09 +08:00
parent bb8ccdb628
commit db98264b34
5 changed files with 9 additions and 7 deletions

View File

@@ -4736,8 +4736,8 @@ func QueryPageStores2(db *dao.DaoDB, pageSize, offset int, keyword, vendorStoreI
FROM meituan_showd
`
sqlGD := `
SELECT name, 10 vendor_id, wmpoiid vendor_store_id,'' org_code,1 vendor_status,address, phone tel1,pj shop_score,month_sales_tip recent_order_num,
city_name,goods_number sku_count, district_name, brand_name, third_category category, shipping_time
SELECT name, 10 vendor_id, wmpoiid vendor_store_id, '' org_code, 1 vendor_status, address, phone tel1, pj shop_score, month_sales_tip recent_order_num,
city_name, goods_number sku_count, lat, lng, district_name, brand_name, third_category category, shipping_time
FROM gaode_showd
`
//lat, lng,