diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index a0fe97b87..e5b2963f2 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -2410,7 +2410,7 @@ func GetStoreListByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDi // model.YES, 102919, //商城模板店 } - dao.GetRows(dao.GetDB(), &storeList2, sql, sqlParams2...) + dao.GetRows(dao.GetDB(), &storeList2, sql2, sqlParams2...) if len(storeList2) > 1 { storeList2 = storeList2[:1] }