From 3c119c57d6af8b9fec101d44f9b1100c0b5258a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 30 Mar 2020 08:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E7=BA=AC=E5=BA=A6=E6=9F=A5=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E8=BF=94=E5=9B=9Enull=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store.go | 2 ++ 1 file changed, 2 insertions(+) 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] }