This commit is contained in:
邹宗楠
2022-01-11 11:15:57 +08:00
parent 87a72f3323
commit 2d8fda300f

View File

@@ -4737,7 +4737,7 @@ func QueryPageStores2(db *dao.DaoDB, pageSize, offset int, keyword, vendorStoreI
`
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,
remark city_name,goods_number sku_count,lat, lng, district_name, brand_name, third_category category, shipping_time
remark city_name,goods_number sku_count,lat, lng, district_name, brand_name, third_category category
FROM gaode_showd
`
sql := `