From 40c3151f3c701df69e28436ee1d3f7f936493ef1 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 10 Jan 2019 09:49:49 +0800 Subject: [PATCH] - test getMapCenter --- business/jxstore/cms/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index bc84350fa..0774f7fdc 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -271,6 +271,7 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa } func getMapCenter(storeList []*StoreExt) (lng, lat float64) { + globals.SugarLogger.Debugf("getMapCenter len(storeList):%d", len(storeList)) if len(storeList) == 0 { return 0, 0 }