diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 558d67896..cfd440aa8 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -2484,7 +2484,7 @@ func SyncStoresQualify(ctx *jxcontext.Context, storeIDs []int, isAsync, isContin func GetStoreListByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDistance bool) (storeList []*Store4User, err error) { const ( - maxRadius = 5000 + maxRadius = 8000 maxStoreCount4User = 5 )