diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 87aa64e91..b2f2c1606 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -2408,10 +2408,12 @@ func GetStoreListByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDi jxutils.StandardCoordinate2Int(10000), jxutils.StandardCoordinate2Int(0), jxutils.StandardCoordinate2Int(10000), + model.YES, } dao.GetRows(dao.GetDB(), &storeList2, sql, sqlParams2...) fmt.Println(sql) fmt.Println(sqlParams2) + fmt.Println(storeList2) if len(storeList2) > 1 { storeList2 = storeList2[:1] }