diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 114a02025..87aa64e91 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -2410,7 +2410,8 @@ func GetStoreListByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDi jxutils.StandardCoordinate2Int(10000), } dao.GetRows(dao.GetDB(), &storeList2, sql, sqlParams2...) - fmt.Println(utils.Format4Output(storeList2, false)) + fmt.Println(sql) + fmt.Println(sqlParams2) if len(storeList2) > 1 { storeList2 = storeList2[:1] }